http://www.perlmonks.org?node_id=435601


in reply to Re: Perl oddities
in thread Perl oddities

The comma after the block is optional in Perl 6. On the other hand, you have to use a block there. The expression form is not supported in Perl 6. Or more precisely, the first arguments will be expected to be an expression that returns a closure to be executed.