Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        use CGI::Carp qw(carpout);
    ...
        open LOG, '>>', '/home/xxx/yyy/test_error_log.log' or die "Unable 
    +to open error log";
        carpout(\*LOG);
    }