Hallo Florian,
danke für Deine Antwort!
es könnte daran liegen, dass die Sub 'ausgabe2' nicht mit einem '}' abgeschlossen ist.
Nein, dann würde die Fehlermeldung so lauten:
CGI Error
---Schipp---
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Missing right bracket at..........
---Schnapp---
Aber es kommt nur:
---Schnipp---
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
---Schnapp---
Ausserdem solltest du bei der Ausgabe von Text an den Browser immer ' print "Content-type: text/html\n\n"; ' vor die anderen 'print'-Angaben schreiben. Das kann dir Ärger mit HTML-Headern ersparen. So z.B.
print "Content-type: text/html\n\n";
print "Test\n";
Das ist auch schon drin.
Schöne Grüße, Micha