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

Re: Data Structure Question

by kyle (Abbot)
on Nov 25, 2009 at 21:52 UTC ( [id://809442]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @records = (
        { employee => 10001, form => 10, date => 20090101, },
        { employee => 10002, form => 10, date => 20080515, },
        { employee => 10003, form => 10, date => 20080323, },
    );
    
  2. or download this
    sub summarize_by {
        my $field_name = shift @_;
    ...
        }
        return \%out;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found