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.-
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: localtime question
by chromatic (Archbishop) on Apr 20, 2000 at 05:27 UTC | |
by Simplicus (Monk) on Apr 20, 2000 at 06:42 UTC | |
RE: localtime question
by Anonymous Monk on Apr 20, 2000 at 19:29 UTC | |
RE: localtime question
by Anonymous Monk on Apr 20, 2000 at 19:01 UTC | |
RE: localtime question
by Anonymous Monk on Apr 20, 2000 at 19:51 UTC | |
RE: localtime question
by Anonymous Monk on Apr 20, 2000 at 21:56 UTC | |
RE: localtime question
by Anonymous Monk on Apr 20, 2000 at 22:14 UTC |
Back to
Seekers of Perl Wisdom