Help for this page
my @stat = stat($file); my @localtime = localtime($stat[9]); my $year = $localtime[5] + 1900;
my $year = localtime((stat($file))[9])[5] + 1900;
0 1 2 3 4 5 6 7
Results (673 votes), past polls