Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Re two array the same

Reply
Thread Tools

Re two array the same

 
 
Me
Guest
Posts: n/a
 
      03-10-2005
How can I find if two given arrays are the same?
 
Reply With Quote
 
 
 
 
Jeff Stampes
Guest
Posts: n/a
 
      03-10-2005
Me wrote:
> How can I find if two given arrays are the same?


Do you mean the arrays are the same, or the contents of the arrays?

Do you expect the arrys to contain strings, numeric values, references,
or objects of some sort?

What did you try? Post code please.

As has been said many times, this is a discussion group, not a help
desk. If in the course of discussing your code we help you, that's
great. But you are expected to have done your homework yourself first.

And you're especially expected to have read the Posting Guidelines,
which are posted here frequently, and can be found at:

http://mail.augustmail.com/~tadmc/cl...uidelines.text

~Jeff
 
Reply With Quote
 
 
 
 
David K. Wall
Guest
Posts: n/a
 
      03-11-2005
Me <> wrote:

> How can I find if two given arrays are the same?


This is a FAQ.

perldoc -q equal
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
prevent to open the SAME APPLICATION (with the same session) in two or more browser windows. jaibux@gmail.com ASP .Net 8 02-13-2007 03:24 PM
Two processes writing to the same XML file at the same time? darrel ASP .Net 2 04-05-2006 05:30 PM
Prevent two users from accessing the same file at the same time Shawn ASP .Net 2 02-19-2006 03:11 AM
Two account msgs.(the same domain) to be delivered to the same Inbox ZaMir Computer Support 3 01-30-2005 06:02 PM
Two PIX on same subnet with same gateway? This Old Man Cisco 4 10-20-2003 07:27 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57