Moritz Lenz wrote:
> Off the top of my head, see S06 for the gory details:
>
> my $pair = a => 'b';
>
> named(a => 'b');
> named(:a<b>);
> named(|$pair);
>
> positional((a => 'b'));
> positional((:a<b>));
> positional($pair);

As you say: the gory details, emphasis on gory.  But if that's the way
of things, so be it.

-- 
Jonathan "Dataweaver" Lang

Reply via email to