![]() |
|
XP is just a number | |
PerlMonks |
Re^2: split problemby Anonymous Monk |
on Nov 29, 2016 at 23:25 UTC ( #1176876=note: print w/replies, xml ) | Need Help?? |
You're getting the error because you're attempting to assign a value to an element past the end of the array. There is no such error in perl, arrays don't have end, this is a bug
In Section
Seekers of Perl Wisdom
|
|