in reply to Re^23: Addional "year" matching functionality in word matching script
in thread Addional "year" matching functionality in word matching script
I can see the:if ($count >= $desired) { print "$csv2\n"; ++$matched; } } print "$_\n\n" if $matched;
bit somehow contains the information from csv1, but I can't see anything in the script which suggests why this would be?print "$_\n\n" if $matched;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^25: Addional "year" matching functionality in word matching script
by choroba (Cardinal) on Aug 18, 2016 at 19:35 UTC |