Initial Commit
This commit is contained in:
10
database/cgi-bin/perltest.cgi
Normal file
10
database/cgi-bin/perltest.cgi
Normal file
@@ -0,0 +1,10 @@
|
||||
#!"\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> <p><h1>GCI with MiniPerl</h1>";
|
||||
print "CGI with MiniPerl is ready ...</body></html>";
|
||||
Reference in New Issue
Block a user