SSI unter IIS 5.0
Olcay Yildirim
- cgi
Hallo alle,
ich habe folgende shtml-Seite:
<html>
<head>
<title>Titel</title>
</head>
<body>
<!--#exec cgi="/cgi-bin/meinSkript.pl"-->
</body>
</html>
hier meinSkript.pl:
print "<h1>Thank you</h1>\n";
Das funkt. nicht. Wenn meinSkript.pl jedoch eine komplette html-Seite ausgibt, also von <html> bis </html> ist alles in Ordnung.
Ist es nicht möglich NUR TEILE einer html-Datei per Perl auszugeben?
Danke im voraus.
Grüße,
Olcay