Johan Meskens CS3 jmcs3 wrote:
> hello

Hello,

> i am using File::Find to recursively search for a specific file
> but once i found that file
>  , how can i stop File::Find from searching any further ?
> 
>  i don't 'find' any help in the dox

File::Find will not do what you want, you probably want to use the
Find::File::Iterator module instead:

http://search.cpan.org/~texmec/File-Find-Iterator-0.3/



John
-- 
Perl isn't a toolbox, but a small machine shop where you can special-order
certain sorts of tools at low cost and in short order.       -- Larry Wall

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to