in reply to Re^4: Having trouble reading in a hash from a referenced array
in thread Having trouble reading in a hash from a referenced array
They are not two different data types, just two sides of the same coin.
Without @sigil and %sigil many context mechanics wouldn't work.
Concerning repeated arrows ...
Perl is very special among other scripting languages in requiring explicit dereferencing. (this might be a C thing, I'm not sure)
How would you explain to someone coming from JS, Python or Ruby that he not only needs one -> but a bunch full for every level?
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Having trouble reading in a hash from a referenced array
by LanX (Saint) on Dec 19, 2020 at 01:41 UTC |