in reply to Find a value from an array in a string
my %skipaccount; $skipaccount{$_} = 1 for qw(77403 77404 77406 77407 77408 77409 77411 +77412 77413 77414 77416 77418); later: $suppress = 1 if $skipaccount{$fields[8]};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Find a value from an array in a string
by Skyler99 (Novice) on Mar 13, 2003 at 20:32 UTC | |
by Thelonius (Priest) on Mar 13, 2003 at 20:57 UTC |