FINDDEPTH(3)             USER COMMANDS               FINDDEPTH(3)



NAME
     finddepth - ディレクトリ構造を、深度優先でトラバースする

SYNOPSYS
         use File::Finddepth;
         finddepth(\&wanted, '/foo','/bar');
         sub wanted { ... }


     DESCRIPTION

     これは、ちょうど File::Find と同じものですが、find() の代わ
     りに finddepth() を使い、深度優先検索を行ないます。










































Perl module manpages Last change: Release 5.0 Patchlevel 00     1