[EMAIL PROTECTED] wrote:

   for [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] -> $x { say $x };

should work. Are there any non-slashy versions of this?

I'd guess

for @a; @b; @c -> $x { say $x;}

or

for (@a; @b; @c) -> $x { say $x;}

(are parens mandatory here?)

   Miro



Reply via email to