Help for this page

Select Code to Download


  1. or download this
    system('perl -e "exit 42"');
    my $rc = $? >> 8;
    print "return code=$rc\n";