- or download this
while (my $line=<$txtfile>)
{
foreach (@InputData_Unions)
- or download this
if ($line =~/Sarnia Police Association|Sarnia Professional Fire Fighte
+rs|.../) { # ...
- or download this
while (my $line = <$txtfile>)
{
next unless $line =~/Sarnia/;
foreach (@InputData_Unions) { # ...