Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Flag variables

by TomDLux (Vicar)
on Mar 05, 2003 at 08:57 UTC ( [id://240558]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ( ..A... ) {
       if ( ..B.. ) {
    ...
               if ( .. D2.. ) {
    
    ... you get the idea ...
    
  2. or download this
    my $flag1 = cond1;
    my $prefix = (( cond2 ) ? "strting1" : "strring2";
    ...
    print "$prefixA$suffixB" if ( condC );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-19 07:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found