Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: counting pairwise incidences

by LanX (Saint)
on May 17, 2011 at 14:18 UTC ( [id://905276]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {
      "aesG gly4" => 2,
      "aesG phil" => 2,
    ...
      "gly4 tomD" => 3,
      "phil tomD" => 2,
    }
    
  2. or download this
    use Data::Dump "pp";
    my %count;
    ...
    aesG tomD gly4 phil
    aesG phil
    aesG tomD gly4
    
  3. or download this
    {
      "aesG\34gly4" => 2,
    ...
      "gly4\34tomD" => 3,
      "phil\34tomD" => 2,
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found