Hacker News new | ask | show | jobs
by zaucker 248 days ago
$a->[2]->{"bar"} is the same as $a->[2]{"bar"} or as $a->[2]{bar}