Help for this page

Select Code to Download


  1. or download this
    system( 'perl -e"exit( 123 )"' )  and print $? >> 8;
    123
    ...
    ## or 
    
    system( $command ) == 0 or die 'Failed with: ', $? >> 8;