home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / cgi.cgi < prev    next >
Encoding:
Text File  |  2004-04-13  |  78 b   |  6 lines

  1. #!\xampp\perl\bin\perl.exe
  2.  
  3. print "Content-Type: text/html\n\n";
  4.  
  5. print "OK";
  6.