Help for this page

Select Code to Download


  1. or download this
        @cmdOut = `$cmd`;
        # add this:
        if ($?) {
            die "argh: bad things happened: $?";
        }