in reply to
Ignoring a Directory with File::Find
I think what you are trying to do is a
return
from the callback function. That is, insert
return if /$dir/;
before the
print
.
—John
Comment on
Re: Ignoring a Directory with File::Find
Select
or
Download
Code
In Section
Seekers of Perl Wisdom