Thread cgi-skript kann nicht schreiben (28 answers)
Opened by habinet at 2004-01-09 02:41

habinet
 2004-01-10 14:23
#805 #805
User since
2004-01-09
14 Artikel
BenutzerIn
[default_avatar]
[quote=renee,09.01.2004, 22:15]Ich kann jetzt keinen Fehler erkennen, aber lösch' mal das
Code: (dl )
print "Content-type: text/html\n\n";
und schreib nach den ganzen "use" das hier:
Code: (dl )
1
2
my $cgi = CGI->new();
print $cgi->header(-type => 'text/html');
[/quote]
Code: (dl )
1
2
3
4
5
6
7
8
9
10
Content-type: text/html

<H1>Software error:</H1>
<CODE>Can't locate object method &quot;new&quot; via package &quot;CGI&quot; at guestbook.cgi line 4.
</CODE>
<P>
For help, please send mail to this site's webmaster, giving this error message
and the time and date of the error.

[Mon Jan 10 13:18:49 1994] guestbook.cgi: Can't locate object method "new" via package "CGI" at guestbook.cgi line 4.

das kam dabei raus. da ich wie oben erwähnt keine ahnung von programmieren habe weiß ich natürlich jetzt auch nicht weiter.\n\n

<!--EDIT|habinet|1073737472-->

View full thread cgi-skript kann nicht schreiben