Help for this page

Select Code to Download


  1. or download this
    use File::stat qw( stat );
    
    ...
        my $_mtime = $_dirStat->mtime;
        print "Last Modified Time for $_dir: $_mtime\n";
    }