NAME
Data::RandomPerson::Names::Female - A list of female names from some census data
SYNOPSIS
use Data::RandomPerson::Names::Female;
my $f = Data::RandomPerson::Names::Female->new();
print $f->get();
DESCRIPTION
Overview
Returns a random element from a list of female names culled from some census data.
Constructors and initialization
Class and object methods
AUTHOR
Peter Hickman (peterhi@ntlworld.com)
COPYRIGHT
Copyright (c) 2005, Peter Hickman. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.