http://www.perlmonks.org?node_id=1046603


in reply to Can't locate objet method "new" via package "Mail::SendMail"

$obj = new Mail::SendMail(); $obj = new SendMail($smtpserver); $obj = new SendMail($smtpserver, $smtpport);

Where did you get that example code? What do you expect it to do?


Improve your skills with Modern Perl: the free book.