develooper Front page | perl.qpsmtpd | Postings from July 2005

sender_permitted_from can't call method add on undef

Thread Next
From:
Bob Dodds
Date:
July 17, 2005 13:34
Subject:
sender_permitted_from can't call method add on undef
Message ID:
1121632512P4450M59197R13Q2@xqme.com
sender_permitted_from has a fatal error at line 119,
but look at the previous line--it ends with "if ($result);",
precisely the test that will fix the error on the next
line.

Duh.

if ( $result ) {
 [test BOTH lines]
}

-Bob


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About