home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / cgi-bin / perltest.cgi < prev    next >
Text File  |  2007-12-20  |  361b  |  11 lines

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