Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl -T
    use strict;
    use warnings;
    ...
        my $sys_code = $? >> 8;
        logger("child exited with value $sys_code\n");
    }