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

NAME

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

SYNOPSIS

  use Data::RandomPerson::Names::DutchFemale;

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

  print $n->get();

DESCRIPTION

Overview

Returns a random element from a list of Dutch female first names from the Nederlandse Voornamenbank van het Meertens Instituut KNAW http://www.meertens.knaw.nl/nvb

Constructors and initialization

new()

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

Class and object methods

get()

Returns a random name from the list.

size()

Returns the size of the list

AUTHOR

Michiel Beijen <michiel.beijen@gmail.com>

COPYRIGHT

Copyright (c) 2016, Michiel Beijen. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.