in reply to Re: Looking for exportable privacy and protection
in thread Looking for exportable privacy and protection
Thanks for your reply, broquaint
Unfortunately, it was the only one and your pointers didn't give me the information I was looking for.
The approach in 178518 was quite similar to my "registry" approach: have object variables hidden out of scope. Rather, I found the approach in Attribute::Protected really interesting. It was one of my choices: using subroutine attributes. But I had no idea on how to mark a sub with Private, for example, and make it automatically callable only by the same package. Nor I knew of Attribute::Handlers.
Ok, now I have a direction for my research. Anyway, I would like some advice on different approaches:
Thanks again
--bronto
# Another Perl edition of a song:
# The End, by The Beatles
END {
$you->take($love) eq $you->made($love) ;
}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Looking for exportable privacy and protection
by broquaint (Abbot) on Jul 11, 2002 at 11:54 UTC | |
by bronto (Priest) on Jul 11, 2002 at 12:04 UTC |