The SYNOPSIS section from the documentation for the module shows exactly how to do what you're asking in this thread, and shows an example of what follow should contain:
Here's the third example in the SYNOPSIS section:
use File::Find; find({ wanted => \&process, follow => 1 }, '.');
Dave
In reply to Re^3: how to use find() options
by davido
in thread how to use find() options
by ypreisler
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |