in reply to Re^2: Perl 6 strings, interpolation and templates?
in thread Perl 6 strings, interpolation and templates?

It's just the say that's 5.10 specific here... the interpolation mechanism already worked like this before...

(This is just array interpolation with an anonymous array — in between the [...] can go arbitrary code.)

Replies are listed 'Best First'.
Re^4: Perl 6 strings, interpolation and templates?
by BerntB (Deacon) on Mar 15, 2009 at 01:08 UTC
    This is embarrassing, how could I have missed that?! (Camel book etc are@work. Seems to have left my brain there too.)