Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Search Param Help

by sh1tn (Priest)
on Dec 06, 2007 at 06:10 UTC ( [id://655287]=note: print w/replies, xml ) Need Help??


in reply to Help with Search String

Define hash with searched words and check for hash key existance:
my %hash; @hash[qw(word1 word2)] = (1); if (exists($hash{$_})){ }
perlre, perldsc


Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://655287]
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-03-29 15:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found