Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

(Golf) The Perl Boggles

by Masem (Monsignor)
on Feb 26, 2002 at 04:55 UTC ( [id://147481]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    REWE
    MTAS
    KLET
    NVFO
    
  2. or download this
    sub find_boggle_words {
       $storage = prepare_boggle_search( @bogglelist );
    ...
    sub test_boggle_word {
       # YOUR CODE HERE
    }
    
  3. or download this
    sub find_boggle_words {
       $storage = prepare_boggle_search( $n, @bogglelist );
    ...
       @matched = grep { test_boggle_word( $_, $n, $storage ) } @$dict;
       return @matched;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found