in reply to Re: Re: Re: Re: $var as accessor name?
in thread $var as accessor name?

Shhh...the newbies are listening.

More seriously, I very occasionally do that to interpolate an expression in a qq string where that makes the code clearer, but even if I did a lot more OO than I do, I don't think I'd ever do it for method names. It's so much clearer to use a temporary scalar. But I guess it depends on what you are used to seeing.

  • Comment on Re: Re: Re: Re: Re: $var as accessor name?