Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Challenge: 8 Letters, Most Words

by oiskuu (Hermit)
on Oct 08, 2013 at 15:28 UTC ( [id://1057426]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      aeinprst: 346
      aeilprst: 344
      adeiprst: 332
      aeimprst: 328
    
  2. or download this
      use Algorithm::Combinatorics qw(:all);
      my $iter = combinations_with_repetition(\@{['a'..'z']}, 8);
    
  3. or download this
    #! /usr/bin/perl
    use threads;
    ...
      printf "! progress %d/%d (% 3.1f%%)\n@{['-'x40]}\n",
                      $TDONE, $TOTAL, 100.0*$TDONE/$TOTAL;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1057426]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-24 01:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found