Thread Hilfe mit Formular Script: CGI - Perl ### Formular
(30 answers)
Opened by Strat at 2004-01-16 12:37
[Sun Jan 18 10:36:44 2004] formpost.pl: Multidimensional syntax $email_list[$recipient, $recipient_bcc] not supported at formpost.pl line 130.
[Sun Jan 18 10:36:44 2004] formpost.pl: Useless use of private variable in void context at formpost.pl line 130. Hier greifst Du falsch auf die Arrayelemente zu. Mach das mal so: Code: (dl
)
1 open (MAIL, "|$mailprog -oit") || die "Kann Sendmail nicht starten: $!"; [Sun Jan 18 10:36:44 2004] formpost.pl: Possible unintended interpolation of @xyz4711 in string at formpost.pl line 169. [Sun Jan 18 10:36:44 2004] formpost.pl: Possible unintended interpolation of @xyz4711 in string at formpost.pl line 203. [Sun Jan 18 10:36:44 2004] formpost.pl: Global symbol "@xyz4711" requires explicit package name at formpost.pl line 169. Hier musst Du das @ mit einem Backslash escapen. In etwa so: Code: (dl
)
<font color="#FFDF00"><i>Ihr xyz4711 || © </i><a href="mailto:webmaster\@xyz4711.de"> <!--EDIT|renee|1074430400--> OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/) -- Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html Perl-Entwicklung: http://perl-services.de/ |