http://qs1969.pair.com?node_id=1169089


in reply to Re^21: Addional "year" matching functionality in word matching script
in thread Addional "year" matching functionality in word matching script

What does this bit of the script do?  my @matches   = ( $value=~/\b$word\b/ig ); specifically the  \b  \b/ig bits?