in reply to Re^2: Dynamic Dereferencingin thread Dynamic Dereferencing
here then:
# But this works deref = $item->{meta}->{created}; [download]
# This works for all elements except of meta}->{created $deref = $item->{$element}; [download]