Help for this page

Select Code to Download


  1. or download this
    C:\Users\tblaz\Documents\evelyn>perl 1.scrabble.pl mlirpgm
    Found 7,012 1-7 letter strings in mlirpgm.
    Found 23 words in mlirpgm.
    ...
    }
    
  2. or download this
    use strict; use warnings; use feature 'say';
    use Path::Tiny;
    use Algorithm::Permute;
    ...
    }
    
    __END__