Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/cgi-bin/perltest.cgi
Daniel Waggner cdc35b3b7b Roll Back
Rolled the repository back to a working version that I had lying around. Things seem to be running smoothly.
2023-05-20 16:10:56 -07:00

11 lines
433 B
Perl

#!"C:\Users\dwagg\OneDrive\Desktop\MP\MP\.FILES USED TO GET TO WHERE WE ARE PRESENTLY\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>";