Forum Moderators: phranque
______________________________
#!perl
print "Content-type: text/html \n\n"; #HTTP HEADER
print "Hello";
______________________________
Also, I'm on a windows (xp) machine, running Apache 2.0 (using XAMPP win32-1.7.0). I put these lines in the apache httpd.conf:
______________________________
Options +ExecCGI
AddHandler cgi-handler .cgi .pl
______________________________
Any help would be greatly appreciated ...happy holidays!