CGI doesn't receive post or get data

  • Thread starter Thread starter Tony
  • Start date Start date
T

Tony

I have set up some HTML forms which successfully execute a
Perl script (on the same machine), but the Perl script
doesn't seem to receive any of the post or get data and
the %ENV variable in the Perl script is empty.

Can anyone help?

Thanks,

Tony
 
I have set up some HTML forms which successfully execute a
Perl script (on the same machine), but the Perl script
doesn't seem to receive any of the post or get data and
the %ENV variable in the Perl script is empty.

Can anyone help?

Thanks,

Tony

You may want to ask this on one of the many perl, cgi, or html newsgroups.
 
Back
Top