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

Re: Add-A-Gram Performance

by smgfc (Monk)
on Feb 06, 2002 at 00:41 UTC ( [id://143510]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     # Use of uninitialized value, <DICT> chunk 41.
    File 'untitled:Desktop Folder:Will's Stuff:Applications:MacPerl ƒ:add-
    +a-gram redux'; Line 15
    # Use of uninitialized value, <DICT> chunk 41.
    File 'untitled:Desktop Folder:Will's Stuff:Applications:MacPerl ƒ:add-
    +a-gram redux'; Line 16
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    my ($dict, $adda, $line, @words, $word, %wordpl, $k, @lengths, $l, @ad
    +dw, $oword, $lo, $i, %wordr);
    ...
            print "$lo\n";
        }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found