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
       (exists $hash{$_} and $hash{$_} eq 'on')
          ? ($result = 'OK')
          : ($result = 'KO');