in reply to Waiting for user input to complete CGI perl script execution

The way this is typically done is with a session of some sort that stores user data and allows you to retrieve it one the next call... this could be anything from a simple file with a code in it to whole Perl hashes stored away.

search at search.cpan.org for session

                - Ant
                - Some of my best work - (1 2 3)

  • Comment on Re: Waiting for user input to complete CGI perl script execution