in reply to Re: Get File list from the pathin thread Get File list from the path
use File::Util; my($f) = File::Util->new(); my($dirs, $files) = $f->list_dir('your/root/directory', qw/--recur +se --as-ref/); [download]