Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

(jeffa) Re: Logical expression style

by jeffa (Bishop)
on Jul 12, 2002 at 17:27 UTC ( [id://181350]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (
       A && # condition A
    ...
    ) {
       # do stuff
    }
    
  2. or download this
    sub foo {
       # blah blah blah
    }
    
  3. or download this
    my %hash = (
       foo => 'bar',
       baz => 'qux',
    );
    
  4. or download this
    my @array = qw(
       foofoofoofoofoofoofoofoofoofoofoofoo
       barbarbarbarbarbarbarbarbarbarbarbar
    );
    
  5. or download this
    print checkbox_group(
       -name     => 'words',
       -values   => [qw(eenie meenie minie moe)],
       -defaults => [qw(eenie minie)],
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (None)
    As of 2024-04-25 01:03 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found