NAME

finddepth - traverse a directory structure depth-first


SYNOPSIS

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

DESCRIPTION

This is just like File::Find , except that it does a depth-first search and uses finddepth() rather than find() .