Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^4: list files based on age and pattern

by kaka_2 (Sexton)
on Sep 16, 2013 at 13:56 UTC ( [id://1054299]=note: print w/replies, xml ) Need Help??


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

Hello hdb,

Sorry it is mistake while copy paste but in the actual script closdir is after the readdir.

there is no syntax or compilation error, only no files.

-KAKA-

Replies are listed 'Best First'.
Re^5: list files based on age and pattern
by hdb (Monsignor) on Sep 16, 2013 at 14:28 UTC

    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://1054299]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-19 09:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found