in reply to Re^2: Dynamic Dereferencing
in thread Dynamic Dereferencing

here then:

# But this works deref = $item->{meta}->{created};

Replies are listed 'Best First'.
Re^4: Dynamic Dereferencing
by Flip76 (Novice) on Dec 07, 2018 at 13:13 UTC
    No, it's this line
    # This works for all elements except of meta}->{created $deref = $item->{$element};