in reply to Re^6: Shouldn't references be readonly? (updated)
in thread Shouldn't LITERAL references be readonly? (updated)
There are far more situations where it might make sense to append or add something to a simple type.
Not so with refs, no way a .= or a += will lead to anything meaningful.
Well except when blessed and overloaded. But that's far fetched.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: Shouldn't references be readonly? (updated)
by ikegami (Patriarch) on Aug 09, 2020 at 06:55 UTC | |
by ikegami (Patriarch) on Aug 09, 2020 at 07:12 UTC | |
by LanX (Sage) on Aug 09, 2020 at 12:46 UTC | |
by ikegami (Patriarch) on Aug 09, 2020 at 21:19 UTC | |
by Corion (Patriarch) on Aug 10, 2020 at 06:08 UTC | |
by ikegami (Patriarch) on Aug 11, 2020 at 10:39 UTC | |
| |
by ikegami (Patriarch) on Aug 09, 2020 at 21:07 UTC | |
by LanX (Sage) on Aug 09, 2020 at 23:45 UTC |
In Section
Seekers of Perl Wisdom