Help for this page

Select Code to Download


  1. or download this
    function sysub {
       my $cmd = shift;
       my $rc = 0xffff & system $cmd;
    ...
       }
       return ($rc != 0);
    }