in reply to Hard to find bug in my File::Find code
There's something spishy in your preprocess sub:
my $depth_count = $File::Find::dir =~ tr[/][]; return @_ if $depth < $depth;
When is $depth < $depth ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Hard to find bug in my File::Find code
by Zenshai (Sexton) on Aug 29, 2008 at 19:43 UTC |