Help for this page

Select Code to Download


  1. or download this
    (exists $hash{$_} and $hash{$_} eq 'on') 
          ? $result = 'OK' 
          : $result = 'KO'
    
  2. or download this
    ( cond ? $result = 'OK' : $result) = 'KO'
    
  3. or download this
    ($result = 'OK') = 'KO'