Help for this page

Select Code to Download


  1. or download this
            use CGI::Carp qw(fatalsToBrowser);
  2. or download this
            BEGIN {
              use CGI::Carp qw(carpout);
              open(LOG, ">>/usr/local/cgi-logs/mycgi-log") or
                die("Unable to open mycgi-log: $!\n");
              carpout(LOG);
            }