if($msg->send()) { # Say that the message was sent... or if in a subroutine just: return 1; } else { # Give error message but what do we show to actually put what happened? if in a subroutine return 0; but set an error such as: #$Mime::Lite::error or something similar... }