Help for this page

Select Code to Download


  1. or download this
    touch -t 200205010000 /tmp/x
    find /usr/lib/perl5/lib -anewer /tmp/x
    rm /tmp/x
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
                    if (stat($Find::File::name))[8] > time - 60*60*24*30
               }
          )