Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
          : 'KO';
       print $result, "\n";
    }
    
  2. or download this
    use strict;
    
    ...
          : $result = 'KO';
       print $result, "\n";
    }