in reply to Re^3: How to create multipurpose lvalue sub such as CGI::param ?
in thread How to create multipurpose lvalue sub such as CGI::param ?
Lincoln's code is actually quite good.
Except for self_or_default() which is clever but not clear in terms of interface and that hand-rolled autoloading mess (private methods are in the code segment and public methods are in the data segment) which makes debugging nearly impossible for almost everything you want.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to create multipurpose lvalue sub such as CGI::param ?
by dragonchild (Archbishop) on Mar 24, 2008 at 17:39 UTC |