in reply to Non-deterministic behaviour with simple array initialization
On win32, activeperl5.8.6 and strawberryperl5.10, I get no error messages, the script just keeps running (i kill after 10min)@x{1..2**31} = (); \%x Range iterator outside integer range at - line 1.
It has something to do with c compilers, int size, malloc ... probably deterministic, but thats range operator abuse :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Non-deterministic behaviour with simple array initialization
by thkarcher (Novice) on Sep 25, 2008 at 20:22 UTC |