Scrabble::Dict

Look up words in the official Scrabble dictionary
Download

Scrabble::Dict Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alan Grow
  • Publisher web site:
  • http://search.cpan.org/~acg/

Scrabble::Dict Tags


Scrabble::Dict Description

Look up words in the official Scrabble dictionary Scrabble::Dict is a screen-scraper interface to the Official Scrabble Player's Dictionary (OSPD) available online at http://www.hasbro.com/scrabble.SYNOPSIS # procedural interface use Scrabble::Dict qw/scrabble_define/; print scrabble_define('quixotry')." "; # OO interface use Scrabble::Dict; my $dict = Scrabble::Dict->new(env_proxy => 1); # example: look up all the two letter words for my $c0 ('a' .. 'z') { for my $c1 ('a' .. 'z') { my $def = $dict->define($c0.$c1); print "${c0}${c1} $def " if $def; } } Requirements: · Perl


Scrabble::Dict Related Software