%hash -> $variable_name -> 'fixed name(s)' -> value #### my $value = values %{$hash{$variable_name}{'fixed name'}}; print $value;