Help for this page

Select Code to Download


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