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

Re: Anagrams & Letter Banks

by roboticus (Chancellor)
on Oct 28, 2017 at 14:32 UTC ( [id://1202234]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...
    for (sort keys %words) {
      my $siglen = length;
      next unless grep { $siglen == length } @{$words{$_}};
      ...
    
  2. or download this
       . . .
       # push @{$words{$signature}, $_;
    ...
       }
       return $arg[0];
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-19 15:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found