Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

(jeffa) 2Re: (Ovid - Why I love nested If-Else blocks)

by jeffa (Bishop)
on Jan 04, 2002 at 03:05 UTC ( [id://136139]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ( $foo > 7 ) {
     if ( $bar ) {
    ...
      other_qux_func();
     }
    }
    
  2. or download this
    goto SKIP unless $foo > 7;
    
    ...
    
    SKIP:
    # more code
    

Log In?
Username:
Password:

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

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

    No recent polls found