Help for this page
use File::Find::Rule; use Smart::Comments '###'; ... $finder->empty(); my @found = $finder->in($path); ### @found
use IO::Dir; use File::Find::Rule; ... my @found = $finder->in($abs); return \@found; }