Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
gbacon
on June 25, 2020
|
parent
|
context
|
favorite
| on:
Perl 7 is going to be Perl 5.32, mostly
Whoops, good catch! I had references on the brain. For completeness, that makes it either
$nested{$x}{$y}{$z}
or after initializing with curly brackets rather than parentheses to construct a new reference to an anonymous hash
$nested = { … };
and then use the arrow to dereference as in the grandparent.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: