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

NAME

randompersonlist.pl - Create a list of random person names

DESCRIPTION

Generating lists of random person names is arguably the best feature of Data::RandomPerson and this script helps you output a lists of names quickly.

SYNOPSIS

randompersonlist.pl [options]

  Options (all optional):
    --type         type of names
    --number       number of persons generated

Options

--type

Optional type of name list used. Currently available: Arabic, Dutch, English, ModernGreek, Spanish.

If you specify a type that does not exist, you'll get an error message plus the list of possible options.

If you do not specify this option, you'll use the standard 'Last', 'Female' and 'Male' lists which are rather big and seem to contain names from all around the globe.

--number

The number of results that should be printed. Defaults to 30.