use strict; use File::Find; find({ preprocess => \&preprocess, wanted => \&wanted, }, "."); # munge data so wanted() gets the desired input sub preprocess { my @files = @_; ... } sub wanted { ... }
broquaint
In reply to Re: skiping to the next dir using File::Find;
by broquaint
in thread skiping to the next dir using File::Find;
by costas
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |