NAME

Data::RandomPerson::Names::HindiFemale - A list of female names

SYNOPSIS

  use Data::RandomPerson::Names::HindiFemale;

  my $n = Data::RandomPerson::Names::HindiFemale->new();

  print $n->get();

DESCRIPTION

Overview

Returns a random element from a list of female names culled from Chris Pound's language machines page at http://generators.christopherpound.com/.

Constructors and initialization

new( )

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

Class and object methods

get( )

Returns a random name from the list.

size( )

Returns the size of the list

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.