develooper Front page | perl.perl6.language | Postings from June 2004

Re: more than one modifier

Thread Previous | Thread Next
From:
Juerd
Date:
June 25, 2004 07:18
Subject:
Re: more than one modifier
Message ID:
20040625141829.GB4775@c4.convolution.nl
Stéphane Payrard skribis 2004-06-25 16:15 (-0400):
> It is unpossible to stack loop modifiers without adding
> conventions denoting the iterators.

Is it really? I've always thought this would be useful enough:

    say .{foo} for @$_ for @foo;

Although that can probably just be written as:

    say .{foo} for @<<@foo;  # Looks strange. Is this correct?


Juerd

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About