in reply to Re^7: Experimental features: autoderef vs postfix deref
in thread Experimental features: autoderef vs postfix deref
Surely you meanpush @{ $deep_array_ref->[0][0][0][0] }, 4;
If you don't mean that... I don't know why postderef upsets you so much. It's just like, you know, the rest of that syntax.push @{ ${ ${ ${ ${$deep_array_ref}[0] }[0] }[0] }[0] }, 4;
|
|---|