Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: See if arrays match

by ehdonhon (Curate)
on Jul 23, 2002 at 21:39 UTC ( [id://184614]=note: print w/replies, xml ) Need Help??


in reply to Re: See if arrays match
in thread See if arrays match

Looks like that only works if you are guaranteed that no items appear in the same list more than once. It would not work properly for this:
@a = ( 1, 2, 3, 4, 2 );
@b = ( 1, 3, 5 );

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-18 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found