in reply to Getting the exit status from a pm

Hi,

From cpan: Mine::Lite:

As an instance method with no arguments, sends the message by the default mechanism set up by the class method. Returns whatever the mail-handling routine returns: this should be true on success, false/exception on error.

--
if ( 1 ) { $postman->ring() for (1..2); }