foreach my $item ( @array ) { if ( $item eq $where ) { push ( @result_array, ( $hash{$item} ) ? $hash{$item} : $item ); } }
In reply to Re: Variable Selection
by Preceptor
in thread Variable Selection
by johnirl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |