in reply to Help with cause of "Modification of a read-only value attempted at ..."
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 . . .
|
---|