Help for this page

Select Code to Download


  1. or download this
    FILE:
    while (my$file = @files) {
    ...
    }
      return;
    }
    
  2. or download this
    my %keepers = map {$_=>1} @KEEP ; # OR declare %KEEP instead of @KEEP
    rmtree ([grep {not $keepers{$_} }@files]);