I have an html form that does seem to execute the ActivePerl code I have on my Windows XP machine, but the cgi does not seem to receive any data from the html form whether I use post or get. Note that the html form and the Perl cgi script are on the same Windows XP machine.
I know the Perl script is running because I have it write to a file as a means of debugging. With this debugging, I write the entire %ENV to the file, and there is no QUERY_STRING.
How can I get the Perl cgi script to see the data?
Thanks,
Tony
I know the Perl script is running because I have it write to a file as a means of debugging. With this debugging, I write the entire %ENV to the file, and there is no QUERY_STRING.
How can I get the Perl cgi script to see the data?
Thanks,
Tony