Simplicus has asked for the wisdom of the Perl Monks concerning the following question:
maybe silly of me, but can anyone tell me what the value of
$n will represent, below?
Thanks, S.-
the value is given as "$isdst" on the manpage and in Perl in a Nutshell. Can anyone help?@mytime = localtime(time); $n = $mytime[8];
Thanks, S.-
Back to
Seekers of Perl Wisdom