Help for this page

Select Code to Download


  1. or download this
    my $rc = system "some command";
    if ($rc != $whatever_return_code_you_expect) {
       # do some debugging stuff
    }