http://qs321.pair.com?node_id=1060129


in reply to Matching 2 unordered arrays then printing the first array highlighting the matches?

perl -e 'my @bigArray=1..1883; my @smallArray=1..1043; $_~~@smallArray +?print "Matches=>$_\n":print "$_\n" foreach(@bigArray);'
  • Comment on Re: Matching 2 unordered arrays then printing the first array highlighting the matches?
  • Download Code