Package: perl-doc Version: 5.10.0-10 Severity: wishlist File: /usr/share/man/man1/perldata.1.gz
On perldata,
($him, $her) = @folks[0,-1]; # array slice
@them = @folks[0 .. 3]; # array slice
please add
@us = @folks[4 .. $#folks]; # array slice
or else users will try
@us = @folks[4 .. -1]; # array slice WRONG
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

