use File::Find::Rule; my @files = File::Find::Rule->file()->name('*.xml')->in("C:\\test"); [download]
In reply to Re: Full path to files by davidrw in thread Full path to files by gasho