Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        $|=1;
        print "Content-type: text/html\n\n";
        use CGI::Carp('fatalsToBrowser');
    }
    
  2. or download this
      BEGIN {
          use CGI::Carp qw(carpout); 
    ...
                          or die("my_error_log: $!\n");
          carpout(\*ERROR_LOG); 
      }