Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Challenge: Mystery Word Puzzle

by trammell (Priest)
on Jan 12, 2005 at 22:21 UTC ( [id://421805]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $length = 6;
    $hints = {
    ...
               'permeate' => '1',
               'Balkanizations' => '4'
             };
    
  2. or download this
    $length = 7;
    $hints = {
    ...
               'modes' => '2',
               'transcribed' => '3'
             };
    
  3. or download this
    $length = 5;
    $hints = {
    ...
               'inquiry' => '1',
               'considered' => '3'
             };
    
  4. or download this
    $length = 5;
    $hints = {
    ...
               'Geoffrey' => '0',
               'dotting' => '2'
             };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (7)
As of 2024-04-18 07:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found