in reply to Re^2: How to display output in separate html form in cgi script
in thread How to display output in separate html form in cgi script

The same way your script does - using $ENV{'QUERY_STRING'};

As suggested earlier, the CGI module (use CGI;) makes programming this a lot easier, by offering you param("first_name") etc.

        If your eyes hurt after you drink coffee, you have to take the spoon out of the cup.
              -Norm Crosby

  • Comment on Re^3: How to display output in separate html form in cgi script