Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Rebuilding GET Parameters without ENV{'REQUEST_URI'}

by matija (Priest)
on Jul 01, 2004 at 17:50 UTC ( [id://371189]=note: print w/replies, xml ) Need Help??


in reply to Rebuilding GET Parameters without ENV{'REQUEST_URI'}

The generic way to do stuff like this is to use CGI. That module contains everything you need to read and parse CGI parameters. It also contains the function which returns the details of the server and the URL of the script.

Look for url and self_url in the CGI docs.

  • Comment on Re: Rebuilding GET Parameters without ENV{'REQUEST_URI'}

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (8)
As of 2024-04-23 11:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found