Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: (tye)Re: Logical expression style

by VSarkiss (Monsignor)
on Jul 12, 2002 at 17:58 UTC ( [id://181356]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (       defined $settings && ! $settings->{hidecode}
           and $codtype{ $node->{nodetype} }
    ...
           ||  containscode( $node->{doctext} )
    ) {
    # ...
    
  2. or download this
    where
           EXISTS (select 1 from users where
                   users.user_id = acct.user_id
        or    (acct_id is null
           and user_id = 0)
    

Log In?
Username:
Password:

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

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

    No recent polls found