See also: Slices, How can I remove duplicate elements from a list or array?my %ciks_hash; undef @ciks_hash{@ciks}; # this is called "hash slice" # ... later: if ($form_type=~/$formget/i && exists $ciks_hash{$cik}) { ... }
In reply to Re: If statement multiple conditions
by aitap
in thread If statement multiple conditions
by kbone
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |