in reply to How can I acces the "member" stepxxx of the structure given below?
for my $key (keys %{$hash{opt}}) { do_something($key) if $hash{opt}{$key} == $x; } [download]