use strict; my($input,@input); $input = <STDIN>; @input = split(//, $input); $" ="\n"; print "@input"; [download]
In reply to Re: Transposing an Array by gube in thread Transposing an Array by JustLikeThat