in reply to (Ovid) Re: scalar subkeys %hash ?
in thread scalar subkeys %hash ?
However, I should've been more code specific in that the key
and subkey names are variables:
%hash = ( variable_key_name => { variable_subkey_name => somevalue, another_var_subkey => someothervalue, ... }, another_variable_key_name => { variable_subkey => somevalue, variable_subkey2 => anothervalue, ... }, ... );
Merci beaucoup!
|
|---|