Name: Anonymous 2012-01-26 12:32
I saw this today somewhere...
output:
[code]101 201 102 202[/code`]
Nice, eh?
sub infix:<apply>(&a, $b) { a($b); }; say ((* + 1, * + 2) Xapply (100, 200))output:
[code]101 201 102 202[/code`]
Nice, eh?