Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Crypt::Navajo

by Arien (Pilgrim)
on Jan 17, 2003 at 12:27 UTC ( [id://227659]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Plain words with multiple translations:
    EXCEPT: NEH-DIH, NA-WOL-NE
    HIGH: WO-TAH, EXPLOSIVE
    ...
    TAH-BAHN: BEACH, SHORE
    WHO-NEH: REPORT, REVEAL
    WO-CHI: FLARE, ILLUMINATE
    
  2. or download this
    my @words = split /\s+/, $str;
    foreach my $word (@words) {
        $word = $CDICT{$word}, next if exists $CDICT{$word};
    ...
        $word = join ' ' => @letters;
    }
    return join '  ' => @words;
    

Log In?
Username:
Password:

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

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

    No recent polls found