start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: find Chapter 8
Standard Modules
Next: 8.73 File::Find
 

finddepth

finddepth (\

wanted

, 

dir1

[, 

dir2

...])

Like find , but does a depth-first search.

The standard Perl distribution comes with a Perl script, find2perl , which takes a Unix find command and turns it into a wanted subroutine.


Previous: Reference: find Perl in a Nutshell Next: 8.73 File::Find
Reference: find Book Index 8.73 File::Find

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.