Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Flip-flop won't DWIM

by akho (Hermit)
on May 21, 2009 at 16:15 UTC ( [id://765494]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Flip-flop won't DWIM
in thread Flip-flop won't DWIM

Your code prints "A B C D E F" for me, and I cannot see why it would print anything else.

This seems to work if you insist on using flip-flop:

$x = 1; print join " ", grep { $x..(($x=0) or /D/) } qw(A B C D E F);
However, you could copy stuff from List::MoreUtils.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://765494]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-18 06:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found