The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Data::RandomPerson::Names::DutchMale - A list of male names

SYNOPSIS

  use Data::RandomPerson::Names::DutchMale;

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

  print $n->get();

DESCRIPTION

Overview

Returns a random element from a list of Dutch male 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::DutchMale 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.