Help for this page

Select Code to Download


  1. or download this
    my $regex = qr/$string/;
    
    ...
          $yep++;
       }
    }
    
  2. or download this
    while (my $word = <DICT>) {
       chomp($word);
    ...
          $yep++;
       }
    }