I'm not sure how you could achieve that.
Update: I believe this addition to the rule will achieve that.
my @files = File::Find::Rule->file->name('*.csv')->maxdepth(1)->mtime(">$last_24_hours")->in($dir);
Update: poj's use of glob would probably be the better solution
In reply to Re^2: Read Directory and getlines in .csv
by Cristoforo
in thread Read Directory and getlines in .csv
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |