http://www.perlmonks.org?node_id=634094


in reply to Re: what would you like to see in perl5.12?
in thread what would you like to see in perl5.12?

Forget that ... what would be really nice would be the ability to interpolate *anything* into a string. As in Perl 6:

print "Hello, my name is {some_expression_generating_name();} and I'm +here to help.";
Sure, it makes the curly braces special, but that's a small price to pay compared to the benefit IMHO.