Hi,
I am new to Perl trying to setup an environment for learning Perl. Here is what I have done.
1. I have installed Perl 5.12.2 Build 1202
2. I have installed Abyss Web server X1(free version)
3. Followed the instruction to associate Perl with the webserver from this link:
http://www.aprelium.co m/abyssws/perl.html
4. I am trying to run the simple script (code attached below)but I am getting
CGI: [C:\Perl\bin\per l.exe test.pl ] URI: /test.pl Broken pipe. Please help me to get over this broken pipe issue. So I can learn and test perl.
Code of test.pl
print "Content-type: text/html\n\n";
print "<HTML><BOD Y>";
print "Hello, World!"
print "</HTML></BODY>";
Thanks,
Ravi
I am new to Perl trying to setup an environment for learning Perl. Here is what I have done.
1. I have installed Perl 5.12.2 Build 1202
2. I have installed Abyss Web server X1(free version)
3. Followed the instruction to associate Perl with the webserver from this link:
http://www.aprelium.co m/abyssws/perl.html
4. I am trying to run the simple script (code attached below)but I am getting
CGI: [C:\Perl\bin\per l.exe test.pl ] URI: /test.pl Broken pipe. Please help me to get over this broken pipe issue. So I can learn and test perl.
Code of test.pl
print "Content-type: text/html\n\n";
print "<HTML><BOD Y>";
print "Hello, World!"
print "</HTML></BODY>";
Thanks,
Ravi
Comment