Y
Hacker News
new
|
ask
|
show
|
jobs
by
__david__
4391 days ago
Incidentally, I find the -> operator more readable than the explicit dereference ${} stuff:
printf "First: %d, Name: %s\n", $list_ref->[ 0 ], $hash_ref->{ 'name' };