The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::RandomPerson::Names::Female - A list of female names from some census data

VERSION

This document refers to version 0.3 of Data::RandomPerson::Names::Female, released May 22nd, 2005

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

new( )

Create the Data::RandomPerson::Names::Female object.

Class and object methods

get( )

Returns a random name from the list.

size( )

Returns the size of the list

ENVIRONMENT

Perl 5

DIAGNOSTICS

None

BUGS

None so far

FILES

None

SEE ALSO

None

AUTHOR

Peter Hickman (peterhi@ntlworld.com)

COPYRIGHT

Copyright (c) 2005, Peter Hickman. All rights reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.