Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Improve My FaceBook Scramble Solver

by Limbic~Region (Chancellor)
on Aug 17, 2009 at 22:33 UTC ( [id://789295]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # build_db.pl - used to update the word list database
    
    ...
        eval join '', 'push @{$dict', (map {"{$_}"} split //, $_), "{words
    +}}, +'$_';";
    }
    store \%dict, 'my_dict.db';
    
  2. or download this
    # scramble.pl - used to play the game
    
    ...
    }
    sleep 1;  # Used to change focus to browser window
    SendKeys($_ . "~", 17) for sort {length($b) <=> length($a)} keys %sol;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-03-28 17:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found