perldata

[email protected] (Nosov Artem) Wed, 22 Jun 2005 01:49:23 +0400
Newsgroups perl.perlfaq.workers
Message-ID <[email protected]>
Hi!

Please anybody correct the following line in perldata:
    @days        # ($days[0], $days[1],... $days[n])

it must be
    @days        # ($days[0], $days[1],... $days[n-1])

1 .. n, but
0 .. n-1

Thx