![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: help needed with File::Find and arrays.by brian_d_foy (Abbot) |
on Mar 11, 2005 at 17:05 UTC ( #438727=note: print w/replies, xml ) | Need Help?? |
File::Finder has a gather() method that will work for you, or you can look at some of the examples in File::Find::Closures. I try to stay away from global (or file-scoped lexicals) in these sorts of problems.
-- brian d foy <bdfoy@cpan.org>
In Section
Seekers of Perl Wisdom
|
|