in reply to Parse config file into data strucuture and pass it between pages in CGI script

I need to be able to send the array of hashes from one page to another in CGI.
You would have to serialize your data in order to pass it along and that would get difficult to maintain and prone to errors. Such a thing just screams for session-management.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re: Parse config file into data strucuture and pass it between pages in CGI script