Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Extracting via Hash of Hashes

by mt2k (Hermit)
on May 21, 2002 at 23:59 UTC ( [id://168318]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!c:/perl/bin/perl -w
    use strict;
    ...
        print "\t$key accessed $value times.\n" while (($key,$value) =  ea
    +ch %{$hash{$company}});
        print "\n";
    }
    
  2. or download this
    while (<FILE>) {
    my @a = split /,/;
    $hash{$a[3]}{$a[4]}++;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found