Or, you can forget File::Find and use the much superior (IMHO) File::Find::Rule:
use File::Find::Rule; my @files = File::Find::Rule->file->in( "dir", "../another_dir" );
In reply to Re: return an array from File::Find
by FunkyMonk
in thread return an array from File::Find
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |