my $search = 'price'; my $column = 23; if (grep {$_ eq $search} @{$sort->{$column}}) { # ... }