Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: How to compare Array values??

by davorg (Chancellor)
on Jul 13, 2009 at 15:54 UTC ( [id://779641]=note: print w/replies, xml ) Need Help??


in reply to How to compare Array values??

If you escape the special characters then you'll be matching against the literal string '$array[0]' instead of the contents of $array[0].

if ($Array1[0] =~ /$Array2[0]/) { print "PASS"; }
--

See the Copyright notice on my home node.

Perl training courses

Log In?
Username:
Password:

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

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

    No recent polls found