http://www.perlmonks.org?node_id=1038547


in reply to Re^2: Thoughts on replacing -> with .
in thread Thoughts on replacing -> with .

I usually write ${${$$var{key1}}{key2}}{key3}, or, very rarely $$var{key1}{$key2}{$key3} or an intermediate variant. I never use arrow dereferencing.

Replies are listed 'Best First'.
Re^4: Thoughts on replacing -> with .
by Ralesk (Pilgrim) on Jun 14, 2013 at 08:17 UTC

    Those are particularly unusual ways of doing it. But hey, TIMTOWTDI.