Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Mail::Mailer question

by particle (Vicar)
on Aug 15, 2003 at 17:50 UTC ( [id://284222]=note: print w/replies, xml ) Need Help??


in reply to Mail::Mailer question

you should check that the mailer object exists. for example:

$mailer= Mail::Mailer->new(...) or die qq{$0: Can't create mailer object: $!};

you can further inspect the $mailer object with Data::Dumper

use Data::Dumper; $Data::Dumper::Indent= 1; print Dumper $mailer;

~Particle *accelerates*

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (8)
As of 2024-04-23 11:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found