Re: bug, or misunderstanding?

Jonathan Vanasco <[email protected]> Thu, 20 Apr 2006 17:01:08 -0400
Newsgroups gmane.comp.lang.perl.modules.petal
Message-ID <[email protected]>
On Apr 20, 2006, at 1:52 AM, Corey wrote:
> I'd prefer the first version to the second, as the second version  
> seems as though
> it should be unnecessary.


You can't

 From the docs:
(search for 'nested')
=====

TRAP:

You cannot write nested expressions such as:

     ${my_var/hello_world ${my_var/current_user}}
This will NOT work. At least, not yet.

=====