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


Data-RandomPerson documentation  | view source Contained in the Data-RandomPerson distribution.

Index


VERSION

Top

This document refers to version 0.4 of Data::RandomPerson::Names::Female, released Sept 13th, 2005

SYNOPSIS

Top

  use Data::RandomPerson::Names::Female;

  my $f = Data::RandomPerson::Names::Female->new();

  print $f->get();

DESCRIPTION

Top

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

Top

Perl 5

DIAGNOSTICS

Top

None

BUGS

Top

None so far

FILES

Top

None

SEE ALSO

Top

None

AUTHOR

Top

Peter Hickman (peterhi@ntlworld.com)

COPYRIGHT

Top


Data-RandomPerson documentation  | view source Contained in the Data-RandomPerson distribution.