in reply to
How can I cleanly split a string of text into a two-dimensional array
I'm not sure the problem is clear. What do you want each element of an array to be? You could always use nested Foreach loops, of course...
Comment on
Re: How can I cleanly split a string of text into a two-dimensional array
In Section
Seekers of Perl Wisdom