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