- or download this
sub do_stuff {
my $full_path_to_file = $File::Find::name;
...
#or
find(\&do_stuff, $start_dir);
- or download this
print "The number of people was: $count.\n";
- or download this
for my $val (@vals) {
...
...
}
- or download this
use strict;
use warnings;
use 5.010; #if using perl 5.10+