Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        } else {
            print "Main: File: $_ does not exist \n";    }
    } #end foreach
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    } #end foreach
    unlink $tmpdir.$host3.$evalfile;
    unlink $tmpdir.$host4.$evalfile;