in reply to Re: Re: Re: Re: Re: This is why I use Perl
in thread This is why I use Perl

It seems to be doable by source filters. And how about Perl 6? Will it be possible in Perl 6? That retrofitting is sucha a great idea! Those getter, setter methods clutter so much the code while usually they don't add any new logic. The only reason for them is future compatibillity.
  • Comment on Re: Re: Re: Re: Re: Re: This is why I use Perl

Replies are listed 'Best First'.
Re^7: This is why I use Perl
by Aristotle (Chancellor) on Nov 10, 2003 at 13:15 UTC
    It will almost definitely work in Perl6. IIRC object attributes were slated to be accessibly by the dot operator on the object instance, which is the same way methods are called. But we'll have to wait for A12 for a definite answer.

    Makeshifts last the longest.