Thread CGI, Mail::Mailer und print
(6 answers)
Opened by conray at 2010-07-20 14:25
"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: ![]() ![]() |