Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Flip-flop won't DWIM

by Roy Johnson (Monsignor)
on May 21, 2009 at 20:30 UTC ( [id://765543]=note: print w/replies, xml ) Need Help??


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

So use the match-once operator (no need for an actual pattern; the empty pattern works fine):
print join ' ', grep scalar(??../D/), ('A'..'F');

Caution: Contents may have been coded under pressure.

Replies are listed 'Best First'.
Re^3: Flip-flop won't DWIM
by wu-lee (Beadle) on May 22, 2009 at 10:54 UTC
    Aha! Finally, a use for the match-once operator! And it seems to be tailor made for this problem. Bravo!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-03-28 13:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found