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

comarison synthax question

by perlknight (Pilgrim)
on Apr 11, 2007 at 20:28 UTC ( [id://609467]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (($STATUS1 & $STATUS2) =~ m/^Running$/i)
      {
         print "match\n";
      }
    
  2. or download this
    if (($STATUS1 =~ m/^Running$/i) & ($STATUS2 =~ m/^Running$/i))
      {
         print "match\n";
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-26 03:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found