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

Re^3: comparing two array

by citromatik (Curate)
on Jun 17, 2009 at 12:54 UTC ( [id://772385]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print defined $h{$elem} ? "Yes" : "No";
    print exists  $h{$elem} ? "Yes" : "No";
    print         $h{$elem} ? "Yes" : "No";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-25 09:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found