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');