in reply to Re: Creating a whitelist
in thread Creating a whitelist
I tried your code and it still triggers the error if the org has 2 words from the list in it. Hmm...$pointer7 = $sth7->fetchrow_hashref; $good_orgs = $pointer7->{'good_orgs'}; @orgs = split /\n/,$good_orgs;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Creating a whitelist
by tangent (Parson) on Jun 15, 2016 at 21:30 UTC | |
by SimonPratt (Friar) on Jun 16, 2016 at 15:50 UTC | |
by htmanning (Friar) on Jun 17, 2016 at 00:08 UTC | |
by htmanning (Friar) on Jun 17, 2016 at 01:00 UTC | |
by haukex (Archbishop) on Jun 17, 2016 at 16:18 UTC |