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

Re: matrix - creating total row/column

by bichonfrise74 (Vicar)
on Oct 13, 2009 at 22:06 UTC ( [id://800985]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $to (sort keys %from_to_bytes){
            printf "%10s", "$from_to_bytes{$to}";
    }
    
  2. or download this
    my %total_col;
    for my $i (keys %from_to_bytes) {
    ...
    }
    
    print "\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-19 07:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found