Help for this page

Select Code to Download


  1. or download this
    use File::Remove qw(remove);
    remove \1, "dir";
    
  2. or download this
    use strict;
    use warnings;
    ...
        print "\nDone:  Purged $purgecnt directories\n";
    
     }