in reply to Filtering access to an Objects functions
Perl doesn't have an infatuation with enforced privacy. It would prefer that you stayed out of its living room because you weren't invited, not because it has a shotgun.
While you can build code that would reject arbitrary method calls depending on filename, location, superclass, or secret handshake, the moment I got your code I would rip all of that stuff back out.
So, please, don't do that. It hurts.
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: •Re: Filtering access to an Objects functions
by chromatic (Archbishop) on Feb 08, 2003 at 01:44 UTC | |
|
Re^2: Filtering access to an Objects functions
by adrianh (Chancellor) on Feb 07, 2003 at 21:34 UTC |