Help for this page
my %hash; tie %hash, 'Nexcerpt::Keyword'; $hash{dog} = 1; print $hash{dogs}; # should print '1' print $hash{dogged}; # ditto