Is there an equivalent to a find -mtime or -ctime in a Find module? I didn't seem to find one. I know I could use Find and then turn around and do stat on each file, but I don't know how much overhead that would cause. The reason I'm trying to move past using the UNIX/Linux equivalents is the list limits getting hit (this is for a deleting/cleanup tool). I know I can tinker with regular UNIX/Linux find to increase the default limits, but I think the built in Perl hash/array should be able to hold more.