Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Compare Lists (Non Unique Intersection)

by Mandrake (Chaplain)
on Jul 28, 2006 at 06:43 UTC ( [id://564289]=note: print w/replies, xml ) Need Help??


in reply to Compare Lists (Non Unique Intersection)

Makes me think in this way. Not sure if I miss anything.
my @non_unique; (in_array($_,\@temp)) && (push @non_unique, $_) for (@temp2); sub in_array { ($_ eq $_[0]) && (return $_) for (@{$_[1]}) ; }
Thanks.

Log In?
Username:
Password:

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

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

    No recent polls found