in reply to Transposing an Array
$input = <stdin>; @input = split(//, $input); $" ="\n"; print "@input"; [download]