Help for this page

Select Code to Download


  1. or download this
      my @words = qw(sem sema cat semok hgt cato
                     seme cate);
    ...
          print( join( ', ', @{$similar{$prefix}} ) );
          print( "\n" );
      }
    
  2. or download this
    cat, cato, cate
    hgt
    sem, sema, semok, seme