sub mymail { my( $to, $text ) = @_; eval { Local::Mail::send( $to, $text ); }; warn "Errors: $@\n" if $@; }