Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
       print "$File::Find::name mtime: ", -M _, "\n";
       print "$File::Find::name atime: ", -A _, "\n";
    }