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";
        }
    }