http://qs321.pair.com?node_id=657332

Sixtease has asked for the wisdom of the Perl Monks concerning the following question:

Hello friends,

this is more an expression of confusion and surprise than a question.

@a = (5 .. 10); print $a['Infinity'], "\n", $a[-Infinity], "\n"; #outputs 10 and 5

Is this documented anywhere?

use strict; use warnings; print "Just Another Perl Hacker\n";