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

Re: Logical expression style

by dada (Chaplain)
on Jul 18, 2002 at 12:02 UTC ( [id://182772]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        if( A
        and B
    ...
        ) {
            # ...
        }
    
  2. or download this
        my @array = (
            $one,
            $two,
            $three,
        );
    
  3. or download this
    __END__
    $_=q,just perl,,s, , another ,,s,$, hacker,,print;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (1)
As of 2024-04-25 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found