Matisse Enzer wrote:

[...]
sub handler {
  warn "Port: ", $_[0]->get_server_port;
  $server->configure(@_);
  $server->SUPER::handler(@_);
}


and got the wrong result.

Hmm, is $_[0] an Apache::RequestRec object? If it's a method handler, should that be $_[1]?


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to