|
|
| XP is just a number | |
| PerlMonks |
Comment on |
| ( #3333=superdoc: 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 reply to Re: Modification of a read-only value attempted
by BrowserUk
|
|