in reply to How can I cleanly split a string of text into a two-dimensional array
@array = map { [split//] } (split/\n/,$string); [download]