Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Pearls (not really) of Perl programming

by ikegami (Patriarch)
on Nov 24, 2004 at 19:37 UTC ( [id://410229]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $sql = '... WHERE 1=1';
    $sql .= ' AND ...' if (...);
    $sql .= ' AND ...' if (...);
    $sql .= ' AND ...' if (...);
    
  2. or download this
    if (0
       || ...
    ...
    ) {
      ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-23 14:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found