You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Pierre Phaneuf <pp...@ludusdesign.com> on 2001/02/12 20:38:37 UTC

path_info in my perl handler

Did some more testing: $ENV{PATH_INFO} from a CGI script is okay, and so
is $r->path_info() from an Apache::Registry script. Why does the
PerlHandler one doesn't work right then?

-- 
"The 3 great virtues of a programmer: laziness, impatience and hubris."
 -- Larry Wall