Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: Group Similar Items

by Dr. Mu (Hermit)
on May 28, 2003 at 03:09 UTC ( [id://261194]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Text::Soundex;
    ...
    push @{$hash{soundex($_)}}, $_ foreach @inwords;
    push @outwords, @{$hash{$_}} foreach keys %hash;
    print join(' ', @outwords);
    
  2. or download this
    google goxgle kugel perl holly holey holy yahoo april monks monk eperl
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (9)
As of 2024-04-23 10:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found