Help for this page

Select Code to Download


  1. or download this
    } else {
        open(ERRLOG, ">>$errorlog") or warn "scrapping error output\n";   
    + 
    ...
                print ERRLOG "Cannot delete dir $_ : $@!\n"; 
            }
        }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;            
    ...
        }
    }