Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: Re: Re: Re: Perl Idioms Explained: && and || "Short Circuit" operators

by BrowserUk (Patriarch)
on Oct 22, 2003 at 23:56 UTC ( [id://301428]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
            case 6: printf( "case6\n" ); break;
        }
    }
    
  2. or download this
        .386p
        ifdef ??version
    ...
        ?debug    D "e:\Bcc55\include\stdio.h" 10459 12320
        ?debug    D "test.c" 12119 1102
        end
    
  3. or download this
       ;        switch ( 4 ) {
       ;    
    ...
       ;            case 1: printf( "case1\n" ); break;
       ;    
    @9:
    

Log In?
Username:
Password:

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

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

    No recent polls found