Help for this page

Select Code to Download


  1. or download this
        (my $res = system @args) and unlink $to_delete;
  2. or download this
    UFILE: while (@files) {
        #...
        system @args and do {
    ...
            print LOG "'system @other_args' failed: ", $?;
        #...
    }