Help for this page

Select Code to Download


  1. or download this
    HTML: /directory/path/dir/fil.html             Mon Jul 22 14:55:04 200
    +2
    HTML: /directory/path/dir/df.html           Mon Jul 22 15:04:58 2002
    HTML: /directory/path/dir/fddd.html        Thu Feb 28 13:44:54 2002
    HTML: /directory/path/dir/fda.htm              Thu Feb 28 13:42:49 200
    +2
    
  2. or download this
    use strict;
    use File::Find;
    ...
            my($mtime) = (stat($_))[9];
            print  localtime($mtime) . "\n";
    }