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


in reply to Re^2: $array[ 'Infinity' ]
in thread $array[ 'Infinity' ]

Oddly (or maybe not so oddly) I get different output on a w2k box from the first cited by quester:
perl -MO=Deparse -e "print $n[inf]" print $n[0]; -e syntax OK
from...
perl -v This is perl, v5.8.8 built for MSWin32-x86-multi-thread (with 33 registered patches, see perl -V for more detail) ... Binary build 819 [267479] provided by ActiveState http://www.ActiveSta +te.com Built Aug 29 2006 12:42:41

Replies are listed 'Best First'.
Re^4: $array[ 'Infinity' ]
by ikegami (Patriarch) on Dec 20, 2007 at 00:25 UTC
    It's been established that ActiveState's build doesn't support infinity.