Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Compare and merge array elements help!

by rir (Vicar)
on May 08, 2009 at 13:30 UTC ( [id://762829]=note: print w/replies, xml ) Need Help??


in reply to Compare and merge array elements help!

my %users = map { $_->[0], $_->[1,-1] } @$ar_ref_2; my @answer = map { [@$_, $users{$$_[1]} ] } @$ar_ref_1;

Be well,
rir

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-20 07:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found