| Data-RandomPerson documentation | view source | Contained in the Data-RandomPerson distribution. |
This document refers to version 0.4 of Data::RandomPerson::Names::VikingMale, released Sept 13th, 2005
use Data::RandomPerson::Names::VikingMale; my $n = Data::RandomPerson::Names::VikingMale->new(); print $n->get();
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.
Create the Data::RandomPerson::Names::VikingMale object.
Returns a random name from the list.
Returns the size of the list
Perl 5
None
None so far
None
None
Peter Hickman (peterhi@ntlworld.com)
Copyright (c) 2005, Peter Hickman. All rights reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.
| Data-RandomPerson documentation | view source | Contained in the Data-RandomPerson distribution. |