Algorithm::Soundex

Soundex Algorithm in Perl 6

Algorithm::Soundex - Soundex Algorithms in Perl 6

use v6;
use Algorithm::Soundex;

my Algorithm::Soundex $s .= new();
my $soundex               = $s.soundex("Leto");
say "The soundex of Leto is $soundex";

Running Tests

$ prove -e "perl6 -Ilib" -r t/

Contributing

Patches welcome!

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.