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

Re: Checking a string's presence within an array.

by broquaint (Abbot)
on May 16, 2003 at 18:47 UTC ( [id://258733]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @array = qw/ a list of words /;
    print "yep, it's there"
    ...
    __output__
    
    yep, it's there
    
  2. or download this
    my @array = qw/ a list of words /;
    print "yep, it's there"
    ...
    __output__
    
    yep, it's there
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-16 12:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found