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.
Scalar::Properties does some of that (Score:1)
Seems to do some of what you propose.
ObPlug.
Marcel
Reply to This
Re:Scalar::Properties does some of that (Score:1)
autoboxon the other hand wont ever bless something. It invokes the method directly on the primitives (and thus wont suffer from the slowdown caused by blessed referents). Btw, it is lexically scoped, so it can be turned on and off selectively for blocks.Secondly,
Scalar::Propertiescomes with its own methods whereau