Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use Getopt::Std;
    ...
            close RECOVER;
    }
    
  2. or download this
    #!/usr/local/bin/perl
    # This tests the recovery system
    ...
            $_ = 'start.rec';
            (-s) ? return $_ : return 0
    }