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

NAME

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

SYNOPSIS

  use Data::RandomPerson::Names::BasqueFemale;

  my $n = Data::RandomPerson::Names::BasqueFemale->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::BasqueFemale 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.