I have been using
use CGI::Carp qw(fatalsToBrowser);
and love it for debugging. Is there an equivalent that would send the errors as an email? Some times I get an email saying someome got an "Error" on a cgi program and they don't give any more information than that. It would be great if all cgi errors could be sent to me as an email.
thanks
bear_phillips