Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: matrix - creating total row/column

by GertMT (Hermit)
on Oct 15, 2009 at 21:45 UTC ( [id://801441]=note: print w/replies, xml ) Need Help??


in reply to Re: matrix - creating total row/column
in thread matrix - creating total row/column

this worked out very nice. Thank you very much. A bit puzzled though..

I understand that for my $i (keys %from_to_bytes) {should be read as: for all members of the family (Fred, Wilma and so on).

However I remain in trouble reading the remaining two lines:

for my $j (keys %{ $from_to_bytes{$i} }) { $total_col{$j} += $from_to_bytes{$i}->{$j};
It works but I'd like to understand as well.

Using hashes maybe efficient, learning how to use them takes some time for me.

Gert

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://801441]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-26 03:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found