Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Fast seeking in a large array of hashes to generate a report.

by robartes (Priest)
on Jun 23, 2005 at 08:49 UTC ( [id://469320]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %Persons_by_surname = ( 'Schwartz' => [ { ..person 1 },
                                            { ..person 2},
                                          ],
    
                            'Wall' => [ {..person 1..} ] );
    
  2. or download this
    my %data= ( 'surname' => \%Persons_by_surname,
                'firstname' => \%Persons_by_firstname,
                # ... and so on
              );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-29 01:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found