Help for this page

Select Code to Download


  1. or download this
    if ($? != 0) {
        die "Command failed: $!";
    } else {
        print "Command executed successfuly.\n";
    }