Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Perl Sum & Count column based data

by ig (Vicar)
on Nov 15, 2013 at 03:54 UTC ( [id://1062696]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!C:/strawberry/perl/bin/perl.exe
    #
    ...
    U1     ID2     100     100
    U3     ID1     100     600
    U9     ID3     137     200
    
  2. or download this
    example output: group by column 0, sum columns 2, 3
    U1 3 337 3 630
    ...
    100 3 980
    137 2 450
    150 1 375
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-03-29 01:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found