Help for this page
BEGIN { @ARGV = map glob, @ARGV }
SYNOPSIS use File::Find; ... use File::Find; finddepth(\&wanted, @directories_to_search); sub wanted { ... }