| Previous | Next
CGI::CarpCreates Carp-like CGI routines for writing error messages to the HTTPD or other error log. Exports functions for Two other functions are provided by this module. Neither are automatically exported, so you must explicitly import them in use CGI::Carp qw(carpout fatalsToBrowser);
carpout \*fh Sends error messages to the filehandle fh. You should provide a reference to the filehandle glob, although you can also just use the filehandle's name for this function.
fatalsToBrowser When this routine is imported via |