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.
overload (Score:1)
You don't have to have a blessed hash; you only need something that supports hash dereferencing. (Of course, then you have the joy of fixing all of the code that assumes that
refreturns something meaninful.)Re: (Score:1)
Re:overload (Score:1)
Perl Hack #87 has another trick, this time using restricted hashes to catch people poking in object innards unwisely.
Reply to This
Parent