Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Challenge: 8 Letters, Most Words

by TJPride (Pilgrim)
on Oct 04, 2013 at 20:28 UTC ( [id://1056929]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    $| = 1;
    ...
        print "$_ : $wc2{$_}\n";
        last if ++$c == 50;
    }
    
  2. or download this
    aeilprst : 239
    aeilnpst : 225
    aeloprst : 220
    ...
    adeilmry : 168
    aeiprstv : 168
    aeghorst : 167
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-25 23:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found