Thread Hilfe mit Formular Script: CGI - Perl ### Formular (30 answers)
Opened by Strat at 2004-01-16 12:37

Captain Future
 2004-01-17 23:23
#28176 #28176
User since
2004-01-16
19 Artikel
BenutzerIn
[default_avatar]
Hallo,

also das mit dem @email_list funktioniert irgendwie noch nicht trotz my.

Global symbol "@email_list" requires explicit package name at formpost.pl line 32.
Global symbol "@email_list" requires explicit package name at formpost.pl line 88.
BEGIN not safe after errors--compilation aborted at formpost.pl line 96.
[Sat Jan 17 21:36:19 2004] [error] [client xxx.xxx.xxx.xxx] Premature end of script headers: /home/xyz4711.de/www/cgi-bin/formpost.pl
Code: (dl )
1
2
# E-Mail Adresse des Empfängers (mit \@):
my @email_list = ("info\@xyz4711.de", "webmaster\@xyz4711.de");

Ebenso in line 88.

Was stimmt da denn nicht ?

MfG Captain Future

View full thread Hilfe mit Formular Script: CGI - Perl ### Formular