@{ ${ $hash_s } }{key}
but you need
@{ ${ $hash_s }{key} }
which is usually written
as the arrow operator is more readable than the circumfix dereference.@{ $hash_s->{key} }
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
In reply to Re^2: Multilayer dereferencing question
by choroba
in thread Multilayer dereferencing question
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |