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

Ah yes, 5.10... version limitations at work means that I've not read the perldoc for it yet. :-(

Thanks. Sorry for stupid q.

  • Comment on Re^2: Perl 6 strings, interpolation and templates?

Replies are listed 'Best First'.
Re^3: Perl 6 strings, interpolation and templates?
by almut (Canon) on Mar 15, 2009 at 01:03 UTC

    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.)

      This is embarrassing, how could I have missed that?! (Camel book etc are@work. Seems to have left my brain there too.)