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

Re^6: A Case with 5 Var's

by eric256 (Parson)
on Jan 25, 2007 at 17:58 UTC ( [id://596577]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($1 && $2 && $3) { #a }
    if ($1 && $2)       { #b }
    if ($1 && $3)       { #c }
    
  2. or download this
    if ($1) { 
      if ($2) {
    ...
         #c
      }
    }
    
  3. or download this
    if    ($name    && $vorname && $plz && $tel && $tel49) { $qry = ""}
    
    ...
    elsif ($tel)                                           { $qry = ""}
    elsif ($tel49)                                         { $qry = ""}
    elsif ($vorname)                                       { $qry = ""}
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://596577]
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: (7)
As of 2024-04-18 17:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found