Thread CGI, Mail::Mailer und print (6 answers)
Opened by conray at 2010-07-20 14:25

pq
 2010-07-20 15:47
#139983 #139983
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
"Use of uninitialized value in pattern match"
heisst
"Benutzung eines nicht initialisierten Wertes in einem Pattern Match"

der wert ist undef. $query->url_param("formtype") ist undef. heisst, du übergibst keinen paramater formtype. und perl ist so nett und warnt dich deshalb.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread CGI, Mail::Mailer und print