Help for this page

Select Code to Download


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