in reply to Populate CGI from HTTP::Request wo/ using %ENV ?
As thus the environment variables are populated outside of your script by the server, you will have to find a way to capture these variables in a local data structure before messing around with them.
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Populate CGI from HTTP::Request wo/ using %ENV ?
by ikegami (Patriarch) on Mar 09, 2008 at 23:29 UTC |