Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: If statement not working

by andye (Curate)
on Aug 24, 2012 at 14:54 UTC ( [id://989562]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($colr =~'light purple') {
        $trimmedcolr = 'LP';
    } else {
        $trimmedcolr = $colr;
    }
    
  2. or download this
     IF it's "light pink" then set trimmedcolr to 'LP'
    
     ELSE (if it's not "light pink") then set trimmedcolr to colr.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-25 10:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found