Help for this page

Select Code to Download


  1. or download this
        --file f1 --dir d1 --job some-job -fw "hello"
    
  2. or download this
        my $flag = 0;
        foreach my $i (0..$#arr) {
    ...
            $flag = 1 if($arr[$i] =~ /job/);
            undef $arr[$i] if($flag);
        }
    
  3. or download this
        --file job15 --dir d1 --job some-job -fw "hello"
    
  4. or download this
        --file job15 --dir d1 --job some-job -fw "hello -search"