|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re^7: Split array and join with resultsby BillKSmith (Friar) |
| on Aug 24, 2012 at 17:56 UTC ( #989601=note: print w/ replies, xml ) | Need Help?? |
|
I expected that to work. I forgot that $colr is really an alias for an element of @COLOURS. I cannot think of a perfect fix. For now, remove Readonly from @COLOURS (remember to change the fat comma to an equal.) <c> my @COLOURS = <DATA>; <c>
Bill
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||