home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / perltest.cgi < prev    next >
Encoding:
Text File  |  2004-04-13  |  352 b   |  9 lines

  1. #!\xampp\perl\bin\perl.exe
  2. print "Content-type: text/html\n\n";
  3. print '<html>';
  4. print '<head>';
  5. print '<meta name="author" content="Kay Vogelgesang">';
  6. print '<link href="../styles.css" rel="stylesheet" type="text/css">';
  7. print '</head>';
  8. print "<body> <p><h1>GCI with MiniPerl</h1>";
  9. print  "CGI with MiniPerl is ready ...</body></html>";