Help for this page

Select Code to Download


  1. or download this
    our %dict;
    our %reversedict;
    ...
       return;
    }
    
  2. or download this
    my $dict = "/tmp/Lingua::EN::Rhyme::Dictionary::DICT";
    my $reversedict = "/tmp/Lingua::EN::Rhyme::Dictionary::REVDICT";
    ...
       }
       return 1;
    }