Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Printing out multiple hashes at one time

by roboticus (Chancellor)
on Dec 19, 2012 at 20:14 UTC ( [id://1009625]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $penta (keys %totalProbability) {
        print "$totalProbability{$penta}, $totalCounts{$penta}, ...\n";
    }
    
  2. or download this
    my %stats;
    while (<FREQ>) {
    ...
          $stats{$pent}{pentTotal}  += $$h{pentTotal};
       }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found