Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Summing repeated counts for items stored in separate file

by DigitalKitty (Parson)
on Jul 28, 2007 at 03:54 UTC ( [id://629250]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ( $key,$value );
    
    # or...
    
    my ( %tips_by_name, %av_by_name, %max_by_name, %min_by_name );
    
  2. or download this
    my $key   = '';
    my $value = '';
    ...
    my %av_by_name = '';
    my %max_by_name = '';
    my %min_by_name = '';
    

Log In?
Username:
Password:

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

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

    No recent polls found