home *** CD-ROM | disk | FTP | other *** search
- #!\xampp\perl\bin\perl.exe
- print "Content-type: text/html\n\n";
- print '<html>';
- print '<head>';
- print '<meta name="author" content="Kay Vogelgesang">';
- print '<link href="../styles.css" rel="stylesheet" type="text/css">';
- print '</head>';
- print "<body> <p><h1>GCI with MiniPerl</h1>";
- print "CGI with MiniPerl is ready ...</body></html>";