|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: Help with cause of "Modification of a read-only value attempted at ..."by shriken (Priest) |
| on Sep 28, 2010 at 16:03 UTC ( #862457=note: print w/ replies, xml ) | Need Help?? |
|
This seems to be working correctly, and properly coded now. I've gone through and... - Removed all the extraneous bless($cfg,'configthing') statements (eg, the line 190 in the original error message) that were scattered all over the original code. - Added require 5.10.0; statements to the various main files to prevent inadvertently going back to 5.8.8 (which is the OS's perl installation.) As Corion pointed out, this thing needs a review . . .
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||