Dalibor Straka schreef:
> chen li:

>> @array_of_array=(
>>             [1,2,3,4,5],
>>             [1,2,3,4,5],
>>             [1,2,3,4,5],
>>             [1,2,3,4,5]
>> )
>>
>> How do I get the total values for each colume
>
> it might be smart(depends on utilization) to keep the sum as the 0th
> element of each row. Like an old turbo pascal implementation of
> strings did ;-)

That's twisted. <g>

(The array isn't guaranteed to be square either.)

-- 
Affijn, Ruud

"Gewoon is een tijger."



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to