Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use warnings; # you forgot
    ...
        else { printf STDERR "abc exited with error code %d\n", $? >> 8 }
        exit 1;
    }