Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

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

by Aldebaran (Curate)
on Jun 25, 2016 at 09:54 UTC ( [id://1166549]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use 5.014;
    ...
       my $max = ( sort { $b <=> $a } @array )[0];
       return $max;
    }
    
  2. or download this
    max_acm is 42
    ./perl5/lib/perl5/Prompt/Timeout.pm is ./perl5/lib/perl5/Prompt/Timeou
    +t.pm
    max_acm is 42
    ...
    ctime is ok
    mtime is ok
    max_acm is 1465162519
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-23 07:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found