But perl5 won't accept

    for $var (list) $othervar (anotherlist) { ... }

right?

So we definitely shouldn't complain, or at least we should point out the
workaround of putting a dot between $var and (list)

On 30/03/17 03:51, Brandon Allbery wrote:
> That *is* Perl 5 syntax, though; it looks like the schema
>
>     for $var (list) { ... } # the space is not required between the
> var and the parenthesized list

Reply via email to