in reply to Dereferencing a hash reference to a Hash of Arrays
To check if a certain column contains a certain value you could do something like this: my $found = grep {/^$search$/} @{$sort->{$column}};
-- John.