It may be that File::Find::Rule's mtime or ctime will get you where you want to go. Something like (untested):
my @files = File::Find::Rule->file () ->name ('*.pl') ->ctime(">=$startTime") ->ctime("<$endTime") ->in (@INC);
In reply to Re: Get file names between two timestamps on Unix/Linux
by GrandFather
in thread Get file names between two timestamps on Unix/Linux
by perlCrazy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |