home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.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.