home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
C
/
Applications
/
MacPerl 5.0.3
/
MacPerl Source ƒ
/
MacPerl5
/
pod
/
modpods
/
Finddepth.pod
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-12-26
|
344 b
|
17 lines
|
[
TEXT/MPS
]
=head1 NAME
finddepth - traverse a directory structure depth-first
=head1 SYNOPSYS
use File::Finddepth;
finddepth(\&wanted, '/foo','/bar');
sub wanted { ... }
=head2 DESCRIPTION
This is just like C<File::Find>, except that it does a depthfirst
search uses finddepth() rather than find(), and performs a
depth-first search.