Help for this page
c:\@Work\Perl\monks>perl -wMstrict -le "use List::MoreUtils qw(any); ... print 'exact match?' if any { /\b$match\b/ } @array; " exact match?