NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
deja vu, kind of... (Score:2)
Re:deja vu, kind of... (Score:1)
The key difference between our implementations are:
* Mine applies externally post-facto, yours from inside the code
* Mine allows access from sub/superclasses, yours does not (deliberately!)
* Mine supports all of overload.pm's dereferencers, yours supports %,@,$, and &.
* Mine allows access from anything in the same package, yours allows access only from matching package AND file
To generalize, your implementation is stricter.
I'll document all that in my SEE ALSO.
I like your comment about foolproofness.
Reply to This
Parent