![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re^4: Shouldn't references be readonly?by LanX (Sage) |
on Aug 05, 2020 at 18:30 UTC ( #11120337=note: print w/replies, xml ) | Need Help?? |
>
Perl doesn't have literal arrays ...
a reference to an anonymous array,
literalA token in a programming language, such as a number or string, that gives you an actual value instead of merely representing possible values as a variable does.
anonymousUsed to describe a referent that is not directly accessible through a named variable. Such a referent must be indirectly accessible through at least one hard reference. When the last hard reference goes away, the anonymous referent is destroyed without pity
Cheers Rolf
In Section
Seekers of Perl Wisdom
|
|