N
Neuroplexus
I believe that I have correctly installed the date manip module, but
when I try to run the following test script from a browser I get "CGI
Error The specified CGI application misbehaved by not returning a
complete set of HTTP headers"
#!c:/Perl/bin/Perl.exe
use Date::Manip;
print "Content-type: text/html\n\n";
$str = "05/05/05";
$date = &ParseDate($str);
I believe that I have installed the module correctly because I can
print DateManipVersion, but any time I try to use any of the module's
functions I get this error. What am I missing???
Thanks
when I try to run the following test script from a browser I get "CGI
Error The specified CGI application misbehaved by not returning a
complete set of HTTP headers"
#!c:/Perl/bin/Perl.exe
use Date::Manip;
print "Content-type: text/html\n\n";
$str = "05/05/05";
$date = &ParseDate($str);
I believe that I have installed the module correctly because I can
print DateManipVersion, but any time I try to use any of the module's
functions I get this error. What am I missing???
Thanks