Andy Newhouse
11-05-2003, 04:49 AM
i am trying to learn perl and cgi. i have a book. and i have setup a xitami web server. i have setup a perl interpreter and the cgi.pm. i have followed the book on how to set theses up and they test ok. but the last test it an examle like a hello world. its ment to desplay Show me the monkey with my new server. but all i get is a blank web page with no errors. the .pl file only has 3 lines
#!C:\Perl\bin\perl.exe -wT
print "Content-type:text/html\n\n";
print "show me the monkey with my new server!";
thats it. anyone any ideas.
#!C:\Perl\bin\perl.exe -wT
print "Content-type:text/html\n\n";
print "show me the monkey with my new server!";
thats it. anyone any ideas.