Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How do I get an array which is the logical AND of the elements of two other arrays?

by GrandFather (Saint)
on Feb 25, 2006 at 22:58 UTC ( [id://532815]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    print "Intersection: @intersect\n";
    print "A only: @AOnly\n";
    print "B only: @BOnly\n";
    
  2. or download this
    Intersection: 1 8
    A only: 2 4
    B only: 3 6
    

Log In?
Username:
Password:

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

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

    No recent polls found