|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re: Modification of a read-only value attemptedby BrowserUk (Pope) |
| on Nov 27, 2012 at 13:22 UTC ( #1005854=note: print w/ replies, xml ) | Need Help?? |
|
You made $c point to a constant: $c=\99;; hence when you try to modify that constant by indirecting through $c: $$c=1000;; Perl won't allow you to do so. Nor should it. With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||