Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: does not exist in an array

by mkirank (Chaplain)
on Mar 10, 2005 at 06:57 UTC ( [id://438175]=note: print w/replies, xml ) Need Help??


in reply to does not exist in an array

if you want to search for more words u can use this

#!perl -slw my @values = qw( bcd efg hij klm ); my @values2 = qw ( abc bcd ); my %to_search; @to_search{@values} = (); my @found = grep { exists $to_search{$_} } @values2; print @found;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-24 12:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found