Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: QUERY_STRING environment variable for CGI

by cosmicperl (Chaplain)
on Mar 11, 2009 at 23:43 UTC ( [id://750040]=note: print w/replies, xml ) Need Help??


in reply to QUERY_STRING environment variable for CGI

With CGI you get a separate process for each request. So they each have their own ENV with QUERY_STRING and all the other variables. They do not effect each others variables.


Lyle
  • Comment on Re: QUERY_STRING environment variable for CGI

Replies are listed 'Best First'.
Re^2: QUERY_STRING environment variable for CGI
by ikegami (Patriarch) on Mar 12, 2009 at 03:55 UTC
    After all, CGI is designed as an inter-process communication scheme, using the environment, STDIN and STDOUT as channels.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-25 15:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found