hi!
Mein Testscript letzte Version:
#!D:/perl/bin/perl.exe
print "Content-type: text/html\n";
Hier fehlt ein \n:
print "Content-type: text/html\n\n";
print "<html><head><title>Plusi CGI</title></head>";
print "<body>";
print "<h1>Test gelungen</h1>";
print "</body></html>";
bye, Frank!