Buddha Buck wrote:
> Or...  Let's say you had a 3x3 array implemented as follows:
> 
> @array = (  a1, a2, a3,
>              b1, b2, b3,
>              c1, c2, c3 );
> 
> unzip(3,@array) would return the columns.
> partition(3,@array) would return the rows.
> 
Nice example! I think this better go in the RFC :-)


Reply via email to