my @stat = stat($file); my @localtime = localtime($stat[9]); my $year = $localtime[5] + 1900;