Hallo nochmal !
Hier nochmal alles genau :
CGI-Script:
#!c:/httpd/cgi-bin/perl.exe
print <<EOHTML;
Content-type: text/html
<html><head><title>Hallo</title></head>
<body><h1>CGI-Feedback </h1><br>
</body></html>
EOHTML
Html-Ansicht
#!c:/httpd/cgi-bin/perl.exe print <<EOHTML;
CGI-Feedback
EOHTML
Lorenz