Re: AW: friend class in perl

2009-06-26 Thread Dr.Ruud
Thomas Bätzler wrote: Perl OO doesn't have a notion of friend classes since there is no data hiding anyways Don't lie, of course Perl has data hiding. http://c2.com/cgi/wiki?InformationHidingInPerl http://www.perlmonks.org/?node_id=771025 http://perldoc.perl.org/perltooc.html -- Ruud --

AW: AW: friend class in perl

2009-06-26 Thread Thomas Bätzler
Dr.Ruud rvtol+use...@isolution.nl wrote: Thomas Bätzler wrote: Perl OO doesn't have a notion of friend classes since there is no data hiding anyways Don't lie, of course Perl has data hiding. Yeah, and it's got ACME::Bleach, too, and people still write code using letters and numbers

AW: friend class in perl

2009-06-25 Thread Thomas Bätzler
Roman Makurin dro...@gmail.com asked: I need create a friend class. Is there any special that I need to know ? For now, I get object and work with it like with ordinary reference with direct access to internal fields. Perl OO doesn't have a notion of friend classes since there is no data

friend class in perl

2009-06-24 Thread Roman Makurin
Hi I need create a friend class. Is there any special that I need to know ? For now, I get object and work with it like with ordinary reference with direct access to internal fields. Thanks -- If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby Digital and all the music

Re: friend class in perl

2009-06-24 Thread Jim Gibson
On 6/24/09 Wed Jun 24, 2009 10:45 AM, Roman Makurin dro...@gmail.com scribbled: Hi I need create a friend class. Is there any special that I need to know ? For now, I get object and work with it like with ordinary reference with direct access to internal fields. All Perl classes are