Hello, I'm tring to put into my variable $x( for instance,) the $value of a key in a hash where the mainKey equals $valueM, and all i could think of how it would look "without a singl loop" is : $hash{'mainKey'}{$valueM}{'key'}
So how can i correct my mistake ?
Thanks in advance.