Re: Efficient way to compare 2 data structures particularly hash

2011-04-30 Thread Paul Johnson
On Sat, Apr 30, 2011 at 11:22:57AM -0700, Parag Kalra wrote: > Hi, > > I am evaluating different approaches to compare data structures in Perl - > i.e whether they are same or not. > > I am planning to start wit: > > 1. Data::Compare > > 2. And then found this - > http://stackoverflow.com/quest

Re: Efficient way to compare 2 data structures particularly hash

2011-04-30 Thread Rob Dixon
On 30/04/2011 19:22, Parag Kalra wrote: Hi, I am evaluating different approaches to compare data structures in Perl - i.e whether they are same or not. I am planning to start wit: 1. Data::Compare 2. And then found this - http://stackoverflow.com/questions/1273616/how-do-i-compare-two-hashes-

Efficient way to compare 2 data structures particularly hash

2011-04-30 Thread Parag Kalra
Hi, I am evaluating different approaches to compare data structures in Perl - i.e whether they are same or not. I am planning to start wit: 1. Data::Compare 2. And then found this - http://stackoverflow.com/questions/1273616/how-do-i-compare-two-hashes-in-perl-without-using-datacompare Any oth