Help for this page

Select Code to Download


  1. or download this
        if (($x eq 'c'}&&($y eq 'd')&&($z eq 'e')){
    
        }
    
  2. or download this
        if ( ($x eq 'a') &&
             ($y eq 'b') &&
    ...
        {
    
        }