Help for this page

Select Code to Download


  1. or download this
    use POSIX;
    
    ...
    print STAT "success";
    close(STAT);
    
  2. or download this
    my $num_args; # for inp arg validation
    my $statfile; #file for reporting progress of execution; third arg
    ...
    print STAT "success";
    close(STAT);