Re: RFC - Interpolation of method calls

[email protected] (Tom Christiansen) Mon, 18 Sep 2000 07:30:37 -0600
Newsgroups perl.perl6.language.objects
Message-ID <17697.969283837@chthon>
>So what about

>   print "Thanks, $user->{'first name'} for your order!";

>Which needs nested quotes already?

printf() is more readable in such cases.

--tom