in reply to Re^2: How to address hashtables nested in arrays?
in thread How to address hashtables nested in arrays?

In this case both $n and $m contain hash reference but in %{$data->{$m}} $m should be a key.

Try to run your script in perl debugger (perldebug) and check $n and $m using 'x' command for better understanding.

  • Comment on Re^3: How to address hashtables nested in arrays?