in reply to Creating a whitelist
See Slices doc for the hash slice.my %hash; @hash{ @orgs } = (1) x @orgs; error_suspect_org() unless defined $hash{ $organization };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Creating a whitelist
by choroba (Cardinal) on Jun 16, 2016 at 14:18 UTC |