in reply to Re^3: Shouldn't references be readonly?
in thread Shouldn't LITERAL references be readonly? (updated)
>
Perl doesn't have literal arrays ...
a reference to an anonymous array,
literal
A 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.
anonymous
Used 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
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Shouldn't references be readonly?
by dave_the_m (Monsignor) on Aug 05, 2020 at 18:38 UTC | |
by LanX (Sage) on Aug 05, 2020 at 18:51 UTC | |
by dave_the_m (Monsignor) on Aug 05, 2020 at 21:20 UTC | |
by LanX (Sage) on Aug 05, 2020 at 21:41 UTC | |
by LanX (Sage) on Aug 05, 2020 at 21:35 UTC | |
by dave_the_m (Monsignor) on Aug 06, 2020 at 08:51 UTC | |
| |
by chromatic (Archbishop) on Aug 06, 2020 at 00:41 UTC | |
|
In Section
Seekers of Perl Wisdom