Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Checking for array entry in another array

by PrakashK (Pilgrim)
on Jul 26, 2001 at 20:13 UTC ( [id://100033]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @simpsons=("homer","bart","marge","maggie","lisa");
    my @females=("lisa","marge","maggie","maude");
    my %simpsons_hash;
    @simpsons_hash{@simpsons} = @simpsons;
    @female_simpsons = grep {$_} @simpsons_hash{@females};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (7)
As of 2024-04-23 09:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found