Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^5: list files based on age and pattern

by hdb (Monsignor)
on Sep 16, 2013 at 14:28 UTC ( [id://1054302]=note: print w/replies, xml ) Need Help??


in reply to Re^4: list files based on age and pattern
in thread list files based on age and pattern

My fault. You need to add the path to the filename when testing with -M like this

my @files = grep {!/\_NSA|d+_\d+\.xml/ && (-M "$path/$_") > $min_age} readdir DIR;

I only tested in the current directory where it does not make any difference.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1054302]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-03-19 05:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found