in reply to Get File list from the path
use File::Finder; my @files = File::Finder->type('f')->in($dir); [download]