Re: Searching First Array in Second Array

2010-01-19 Thread Parag Kalra
Jesus Christ - Yes thats the only word I have for Perl. Today I have released how speedy, stable and simple Perl is. Now the reason why I am saying this is because of the same thread I opened at Perlmonks - http://perlmonks.org/?node_id=818166 Just refer the code shared by rkrieger. That algorith

Re: Searching First Array in Second Array

2010-01-19 Thread Shawn H Corey
Parag Kalra wrote: > Hello All, > > I have 2 arrays. I have written a script that searches each and every value > of first array in the second array. Each & every value of Source Array > should occur only once in the target array but it can occur anywhere. > > If any of the source value doesn't o

Re: Searching First Array in Second Array

2010-01-19 Thread Chris Charley
- Original Message - From: "Parag Kalra" Sent: Tuesday, January 19, 2010 6:45 AM Subject: Searching First Array in Second Array Hello All, I have 2 arrays. I have written a script that searches each and every value of first array in the second array. Each & every v

Re: Searching First Array in Second Array

2010-01-19 Thread Dermot
2010/1/19 Parag Kalra : > Hello All, > > I have 2 arrays. I have written a script that searches each and every value > of first array in the second array. Each & every value of Source Array > should occur only once in the target array but it can occur anywhere. > > If any of the source value doesn'

Searching First Array in Second Array

2010-01-19 Thread Parag Kalra
Hello All, I have 2 arrays. I have written a script that searches each and every value of first array in the second array. Each & every value of Source Array should occur only once in the target array but it can occur anywhere. If any of the source value doesn't occur or occur multiple times then