Beefy Boxes and Bandwidth Generously Provided by pair Networks Bob
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Converting an array of hashrefs into a hashref of arrays

by ikegami (Patriarch)
on Mar 28, 2006 at 12:45 UTC ( [id://539760]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Converting an array of hashrefs into a hashref of arrays

my %by_fields; #while (my $row = $sth->fetchrow_hashref()) { foreach my $row (@ar) { foreach my $field (keys %$row) { my $value = $row->{$field}; push(@{$by_fields{$field}}, $value); } }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://539760]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.