RE: the range of an array
thank you for responding to me,but supposing i want to use an array which should includes plenty of elements,what should i do? Regards, George _ 想知道明天天气如何?必应告诉你! http://cn.bing.com/search?
the range of an array
Hi,all: the "learning perl" say an array can have any number of elements,but when i run such codes: #!perl @abc=1..9; print @abc; it shows "range iterator outside integer range at 123 line 2." Regards, George _