G
Gary Schenk
I'm using this script to get data from a HTML form. All I get is an error:
premature end of script headers.
This is run on a shared hosting web site. Could this be a problem with
CGI.pm? I'm very new, and have read this over carefully, so it must be a
configuration problem. I realize you guys can't help with that, but could
you tell me if the script is OK?
#!/usr/bin/perl -wT
use strict;
use CGI qwstandard);
use CGI::Carp qw(fatalsToBrowser);
print header;
print dump();
The Carp module is on the server, and the permissions are correct on the
script. a "locate" command shows that CGI.pm is on the server, also.
Thanks.
premature end of script headers.
This is run on a shared hosting web site. Could this be a problem with
CGI.pm? I'm very new, and have read this over carefully, so it must be a
configuration problem. I realize you guys can't help with that, but could
you tell me if the script is OK?
#!/usr/bin/perl -wT
use strict;
use CGI qwstandard);
use CGI::Carp qw(fatalsToBrowser);
print header;
print dump();
The Carp module is on the server, and the permissions are correct on the
script. a "locate" command shows that CGI.pm is on the server, also.
Thanks.