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

6 lines
80 B
Perl

#!"\xampp\perl\bin\perl.exe"
print "Content-Type: text/html\n\n";
print "OK";