Help for this page
for my $key (keys %{$hash{opt}}) { do_something($key) if $hash{opt}{$key} == $x; }