|
Lingua::EN::Parse::PersonsName - A simple parser for english names. |
Lingua::EN::Parse::PersonsName - A simple parser for english names.
use Lingua::EN::Parse::PersonsName
my $parser = Lingua::EN::Parse::PersonsName->new("Robert Lewis Boone");
print $parser->lname;
This is a simple module for parsing string names into an object with methods that represent the parts of name.
Robert Boone
robert@rlb3.com
http://www.rlb3.com
This program is free software licensed under the...
The General Public License (GPL)
Version 2, June 1991
The full text of the license can be found in the LICENSE file included with this module.
|
Lingua::EN::Parse::PersonsName - A simple parser for english names. |