|
|
| Do you know where your variables are? | |
| PerlMonks |
Re^2: to pick the common element in the arrayby Anonymous Monk |
| on Feb 20, 2014 at 18:51 UTC ( [id://1075625]=note: print w/replies, xml ) | Need Help?? |
|
does thie code work for common elements when the following two arrays are used?
my @array1=('a','2','3','2');
my @array2=('1','2','3');
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||