Tie %config? (block labels, configModify)

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Message
Author
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Tie %config? (block labels, configModify)

#1 Post by EternalHarvest »

What about turning %config into tied hash? This way it can transparently support block labels and save modified options.

Or it would be too slow/inefficient?

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Tie %config? (block labels, configModify)

#2 Post by kLabMouse »

EternalHarvest wrote:What about turning %config into tied hash? This way it can transparently support block labels and save modified options.

Or it would be too slow/inefficient?
'Tie' is Good, and fast.
At time when Kore was Written, there was no normal 'Tie'.
So now, we could use it.

Post Reply