you need to replace
my $SubDirs= File::Find::Rule->directory->in('etc', 'dev', 'bin');
with
my @startDirs = qw(/etc /dev /bin); my @SubDirs= File::Find::Rule->directory->in( @startDirs );
In reply to Re^6: perl challenge 3
by Anonymous Monk
in thread Reaped: perl challenge 3
by NodeReaper
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |