On Tue, 2004-07-20 at 19:35, Luke Palmer wrote:

> The New Way (tm) to do that would probably be sticking a role onto the
> array object with which you're dealing:
> 
>     my @foo does separator('//') = (1,2,3,4,5);
>     say "[EMAIL PROTECTED]";   # 1//2//3//4//5

Shh, no one's let slip the idea of curried roles yet!  I'm not even
certain A12 mentioned parametric roles, let alone first-class roles.

-- c

Reply via email to