Re: RFC - Interpolation of method calls

[email protected] (Nathan Wiger) Mon, 18 Sep 2000 08:33:18 -0700
Newsgroups perl.perl6.language.objects
Message-ID <[email protected]>
Tom Christiansen wrote:
> 
> >So what about
> 
> >   print "Thanks, $user->{'first name'} for your order!";
> 
> >Which needs nested quotes already?
> 
> printf() is more readable in such cases.

I guess we just have a difference opinion on what consitutes making
things easy.

-Nate