Help for this page

Select Code to Download


  1. or download this
    my $status = 0;
    my $maxTime = shift @ARGV;
    ...
    }
    
    exit $status;
    
  2. or download this
    my $FIND = '/usr/bin/find';
    &finder($FIND, ' . -name somename -print');
    ...
            print "$res\n";
            return 0;
    }