Help for this page
#!G:\Perl\bin\perl.exe -w ... print "Content-type: text/plain\n\n"; print "test ok!"
#!G:\Perl\bin\perl.exe -w ... print "test ok!" print "$ENV{SERVER_PROTOCOL} 200 OK\n"; print "Server: $ENV{SERVER_SOFTWARE}\n";