Hi, everyone.
First of all, I'm sorry that I have almost same question as others who have problem with running perl script on windows. But I couldn't fix it yet.
Please, help...
This is my problem.
I have installed perl with msi file downloaded. I created simple script like this.
#!c:\Perl\bin\perl.exe -wT
print "Content-type:text/html\n\n";
print "This is the test file";
And I saved this file as test.pl and test.cgi in C:\Inetpub\Scripts 'cause I want to try both. And I typed url on the IE "localhost:\Scripts\test.pl".
But the browser diplay download window not displaying the page.
Can anyone help me, please????
Jun.
First of all, I'm sorry that I have almost same question as others who have problem with running perl script on windows. But I couldn't fix it yet.
Please, help...
This is my problem.
I have installed perl with msi file downloaded. I created simple script like this.
#!c:\Perl\bin\perl.exe -wT
print "Content-type:text/html\n\n";
print "This is the test file";
And I saved this file as test.pl and test.cgi in C:\Inetpub\Scripts 'cause I want to try both. And I typed url on the IE "localhost:\Scripts\test.pl".
But the browser diplay download window not displaying the page.
Can anyone help me, please????
Jun.