in reply to Re: Clarifying codein thread Clarifying code
use File::stat; my $prettyFileTime = localtime( stat("$dir/$file")->mtime); [download]