Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: comarison synthax question

by Krambambuli (Curate)
on Apr 11, 2007 at 20:41 UTC ( [id://609471]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $STATUS1 = "Running";
    my $STATUS2 = "Sunning";
    
    print $STATUS1 & $STATUS2, "\n";
    
  2. or download this
    if (lc($STATUS1) eq lc($STATUS2)  and lc($STATUS1) eq 'running') {...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-25 08:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found