in reply to Apache2::Request unexpected behavior

the reason for this maybe unexpected behaviour lies in various request methods, i assume. the Request module tries to offer a way that a) conforms to the mod_perl API, and b) conforms to HTTP.
you should take a look at the pod-code from Apache2::Request, and probably even more valuable: http://perl.apache.org/docs/2.0/index.html
  • Comment on Re: Apache2::Request unexpected behavior

Replies are listed 'Best First'.
Re^2: Apache2::Request unexpected behavior
by pajout (Curate) on Feb 15, 2007 at 09:37 UTC
    Could you be more concrete?