Hello, I've read a lot of docs today and searched the web high and low but cannot get past this problem.
I'm trying to override the product_tokens value in HTTPD::Daemon. I'm creating a webserver and would like the 'Server' header to show my user agent. I found the following code should be able to do this: # my version of HTTP::Daemon with a different server name @HTMLF::Daemon::ISA = qw(HTTP::Daemon); sub HTMLF::Daemon::product_tokens { return "My Agent Name"; } And this appears before any real script logic begins. Each time the server starts up and I get the headers by doing 'HEAD http://localhost:8080', I keep getting the default header 'Server: libwww-perl-daemon/1.25'. The docs say I should be able to override this. Any help truly appreciated... ~jerry -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>