http://qs1969.pair.com?node_id=324731


in reply to Last mod not working

$lastMod isn't defined.
if (defined $lastMod) { my ($lastModFormat) = scalar localtime($lastMod); print "$lastModFormat\n"; } else { print "Time not available\n"; }