Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Multi-stage flip-flop?

by RonW (Parson)
on Dec 10, 2014 at 23:30 UTC ( [id://1109986]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (<>) {
        if (/^#ERRORS/ .. /^CELLS/) {
    ...
            ...; # other processing
        }
    }
    
  2. or download this
    if    (/match1/ .. /match2/) { doStage1(); }
    elsif (.. /match3/)          { doStage2(); }
    elsif (.. /match4/)          { doStage3(); }
    else                         { doOtherProcessing(); }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-25 11:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found