6 lines
80 B
Perl
6 lines
80 B
Perl
#!"\xampp\perl\bin\perl.exe"
|
|
|
|
print "Content-Type: text/html\n\n";
|
|
|
|
print "OK";
|