On 8/21/07, Jordan McLain <[EMAIL PROTECTED]> wrote: > sub handler ($$) { > my ($class, $r) = @_; > > For some reason $r is not defined. This only happens intermittently... Does > anyone have any ideas?
Sounds like sometimes it doesn't get properly called as a method, so $r ends up as the first arg. Can you show us the relevant part of your httpd.conf? - Perrin