On Jan 16, 2008 8:57 AM, Shilpi Harpavat <[EMAIL PROTECTED]> wrote:
> I have a simple perl program on windows as below which i am trying to
> creat ean executable for.
Why?
I'm not trying to be sarcastic; I'm genuinely puzzled. What are you
trying to accomplish?
> C:\Perl\lib\CORE\perl.h(420) :
Hi ,
I have a simple perl program on windows as below which i am trying to
creat ean executable for. But it fails with the errors below
#!c:\perl\bin\perl.exe
# simple hello world cgi script
print "Content-type: text/html\n\n";
print "\n";
$date = localtime();
print "Hello, world! on $date\n";