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

Re: comparing lists and getting an exemtion report

by Kenosis (Priest)
on Apr 20, 2012 at 19:56 UTC ( [id://966248]=note: print w/replies, xml ) Need Help??


in reply to comparing lists and getting an exemtion report

Although not as nicely readable as Riales's solution, here's another option:

map{$setB{$_}++}@listB; @listC = grep{!$setB{$_}}@listA;

Hope this helps!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://966248]
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: (7)
As of 2024-04-23 07:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found