in reply to Re^4: Sending email in perlin thread Sending email in perl
eval { # code here }; if ($@) { confess "$@"; } [download]