Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^5: using File::Find to find recently-installed modules

by Marshall (Canon)
on Jun 28, 2016 at 23:44 UTC ( [id://1166826]=note: print w/replies, xml ) Need Help??


in reply to Re^4: using File::Find to find recently-installed modules
in thread using File::Find to find recently-installed modules

So, if this dir was made 16 days ago, all of the .pm files are being used - some more often than others.

To reduce the "noise" in the printout, you can truncate the "Access Age in Days" with a printf statement:

my $x = '3.30043981481481'; printf "%.2f\n", $x; #prints 3.30, 2 decimal places

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-26 02:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found