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