Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Trap the error msg from Mime::Lite

by Sidhekin (Priest)
on Jan 23, 2008 at 13:36 UTC ( [id://663783]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @errors = grep { defined && length } $trap->die, $trap->stderr, $tr
    +ap->stdout;
    print "Error: $_\n" for @errors;
    # any and all error(s) are now left in @errors
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-19 23:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found