Help for this page

Select Code to Download


  1. or download this
    Backslash found where operator expected at ./ses-get-stats.pl line 171
    +, near "SES::call_ses \"
        (Do you need to predeclare SES::call_ses?)
    ...
    Global symbol "$response_code" requires explicit package name at ./ses
    +-get-stats.pl line 172.
    Global symbol "$response_content" requires explicit package name at ./
    +ses-get-stats.pl line 174.
    Execution of ./ses-get-stats.pl aborted due to compilation errors.</p>
    
  2. or download this
    parse_args;
    validate_opts;
    ...
        case '503' { exit 30; }   # SERVICE_ERROR
        else       { exit -1; }
    }