Help for this page

Select Code to Download


  1. or download this
    C:\Users\tblaz\Documents\evelyn>perl -MGames::Literati=scrabble -e'scr
    +abble()' < t.txt
    
    C:\Users\tblaz\Documents\evelyn>type t.txt
    ...
    
    
    C:\Users\tblaz\Documents\evelyn>
    
  2. or download this
    C:\Users\tblaz\Documents\evelyn>type 1.game.pl
    #!/usr/bin/perl -w
    use 5.016;
    ...
    
    my $WordFile = 'C:\Users\tblaz\Documents\html_template_data\dict\enabl
    +e1.txt';
    C:\Users\tblaz\Documents\evelyn>