perl -e 'my @bigArray=1..1883; my @smallArray=1..1043; $_~~@smallArray?print "Matches=>$_\n":print "$_\n" foreach(@bigArray);'