NAME
Parse::Name -
SYNOPSIS
use Parse::Name
my $parser = Parse::Name->new("Robert Lewis Boone");
print $parser->lname;
DESCRIPTION
This is a simple module for parsing string names into an object with methods that represent the parts of name.
AUTHOR
Robert Boone
robert@rlb3.com
http://www.rlb3.com
COPYRIGHT
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.