I want to break a string up into chunks of 6 characters, then put all of these into an array. It can be done with substr, chop and reverse, but that's really ugly and inefficient. Can anyone help? The string is purely numerical, if that helps, and I'm on Activeperl 5.8.8.
Thanks.