Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^5: Sending email in perl

by BaldPenguin (Friar)
on Sep 16, 2005 at 14:46 UTC ( [id://492630]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Sending email in perl
in thread Sending email in perl

Have you tried to wrap your code in an eval and evaluate the error message that comes back?
eval { # code here }; if ($@) { confess "$@"; }

Don
WHITEPAGES.COM | INC
Everything I've learned in life can be summed up in a small perl script!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://492630]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-03-28 10:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found