Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: CGI queries without '?'

by eg (Friar)
on Feb 19, 2001 at 11:56 UTC ( [id://59353]=note: print w/replies, xml ) Need Help??


in reply to Re: CGI queries without '?'
in thread CGI queries without '?'

??? It has nothing to do with CGI.pm. The pathinfo will be in the %ENV hash.

my $pathinfo = $ENV{PATH_INFO} || '';

update: Good point, dkubb. Thanks. I didn't realize I could get the PATH_INFO from CGI itself.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://59353]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-20 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found