in reply to Re: Directory Recursion Disorder
in thread Directory Recursion Disorder
Thanks for the reply. Unfortunately File::Find::Rule depends on the following:
use File::Spec; use Text::Glob 'glob_to_regex'; use Number::Compare; use Carp qw/croak/; use File::Find (); # we're only wrapping for now use Cwd; # 5.00503s File::Find goes screwy with max_depth == + 0
I try to avoid such overkill when I'm just recursing down 2 directories and throwing the structure in a HoA. Depending on 5 extra modules for a seemingly simple task gives me nightmares. Thanks for the suggestion though, I'll make sure to check it in a bit more depth when I overcome my paranoia ;-).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Directory Recursion Disorder
by demerphq (Chancellor) on Jun 23, 2003 at 10:45 UTC | |
by Anonymous Monk on Jun 24, 2003 at 04:01 UTC | |
by demerphq (Chancellor) on Jun 24, 2003 at 19:01 UTC | |
by Anonymous Monk on Jun 25, 2003 at 09:03 UTC | |
by demerphq (Chancellor) on Jun 25, 2003 at 20:17 UTC |