Help for this page

Select Code to Download


  1. or download this
      if(join(',', @car) eq join(',', @cond)) {
        print "FOUND\n";
    ...
      else {
        print "NOT FOUND\n";
      }
    
  2. or download this
    if ($aa=~/^peace$/)
    
  3. or download this
    if ($aa eq 'peace')