in reply to Transposing an Array

<!--please try this code :) >
$input = <stdin>; @input = split(//, $input); $" ="\n"; print "@input";