Files
GseTDDUebungKCLR/database/cgi-bin/perltest.cgi
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +01:00

11 lines
351 B
Perl

#!"\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="/xampp/xampp.css" rel="stylesheet" type="text/css">';
print '</head>';
print "<body>&nbsp;<p><h1>GCI with MiniPerl</h1>";
print "CGI with MiniPerl is ready ...</body></html>";