http://www.perlmonks.org?node_id=8099

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?
@mytime = localtime(time); $n = $mytime[8];
the value is given as "$isdst" on the manpage and in Perl in a Nutshell. Can anyone help?
Thanks, S.-