in reply to Re: How to read list of files based on date ?in thread How to read list of files based on date ?
my @wanted = grep -f $_ && -M _ < 1, @files; [download]