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


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::VikingMale, released Sept 13th, 2005

SYNOPSIS

Top

  use Data::RandomPerson::Names::VikingMale;

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

  print $n->get();

DESCRIPTION

Top

Overview

Returns a random element from a list of male names culled from Chris Pound's language machines page at http://www.ruf.rice.edu/~pound/#scripts.

Constructors and initialization

new( )

Create the Data::RandomPerson::Names::VikingMale 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.