Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Comparing Two arrays

by johnirl (Monk)
on Sep 19, 2002 at 15:47 UTC ( [id://199207]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    @array1 = ("q", "w", "e", "r", "t", "z");
    ...
    -------
    
    Value z does not match any value in @array2
    
  2. or download this
    my $array1_size = scalar(@array1);
    my $array2_size = scalar(@array2);
    ...
           }
        }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found