Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

using File::Find to find recently-installed modules

by Aldebaran (Curate)
on Jun 24, 2016 at 05:11 UTC ( [id://1166461]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use utf8;
    ...
      my $when = localtime $mtime;
      print "$when: $file\n";
    }
    
  2. or download this
    ...
    Thu Apr 30 10:24:40 2015: ./alpaca/template_stuff/html1.pm
    ...
    Thu May 21 09:22:21 2015: ./perl5/lib/perl5/HTML/TableExtract.pm
    Mon Nov  1 07:04:16 2010: ./perl5/lib/perl5/Prompt/Timeout.pm
    Wed Jun 24 04:07:26 2009: ./perl5/lib/perl5/WWW/Mechanize/GZip.pm
    
  3. or download this
    use strict;
    use warnings;
    use utf8;
    ...
      my $when = localtime $atime;
      print "$when: $file\n";
    }
    
  4. or download this
    local time is 13 44 19 23 5 116 4 174 1
    
    Mon Jun 13 19:12:19 2016: ./alpaca/template_stuff/html1.pm
    ...
    Wed Jun 22 22:08:24 2016: ./perl5/lib/perl5/HTML/TableExtract.pm
    Wed Jun 22 22:12:21 2016: ./perl5/lib/perl5/Prompt/Timeout.pm
    Wed Jun 22 22:06:40 2016: ./perl5/lib/perl5/WWW/Mechanize/GZip.pm
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1166461]
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-03-29 02:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found