Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Question about ternary condition

by robartes (Priest)
on Jun 28, 2005 at 09:45 UTC ( [id://470546]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Y:\tmp>perl -MO=Deparse,-p 470538.pl
    (my(%hash) = ('A', 'on', 'B', 'on', 'C', 'off', 'D', 'off', 'E', 'off'
    +));
    ...
        print($result, "\n");
    }
    470538.pl syntax OK
    
  2. or download this
       (exists $hash{$_} and $hash{$_} eq 'on') 
          ? ($result = 'OK') 
          : ($result = 'KO');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 13:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found