http://qs321.pair.com?node_id=130624


in reply to CGI Error Handling

I don't know your exact needs but i think you should check out CGI::Carp module.
use CGI::Carp qw(fatalsToBrowser); die "Error! $error" if ($error);
This output the error to the browser in a pretty way.

gkinueliileunikg