Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Check Array Elements

by ckj (Chaplain)
on Jun 07, 2012 at 05:46 UTC ( [id://974878]=note: print w/replies, xml ) Need Help??


in reply to Check Array Elements

I'll prefer this:
@FILES=("ABC","DEF","GHI","JKL","MNO","PQR","STU"); if ((ABC~~@FILES)&&(GHI~~@FILES)&&(MNO~~@FILES)){ do something} else { do something else}

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-25 17:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found