Help for this page

Select Code to Download


  1. or download this
    foreach my $files(@files) {
      $c++;  
    ...
    
    
    }
    
  2. or download this
    for (@files) {
      $c++;  
    ...
         print "$c - Found and to be deleted: $_\n";
      }
    }