Data::Random::Contact - Generate random contact data
use Data::Random::Contact;
my $randomizer = Data::Random::Contact->new();
my $person = $rand->person();
my $household = $rand->household();
my $organization = $rand->organization();
DESCRIPTION
This module generates random data for contacts. This is useful if you're working an application that manages this sort of data.
It generates three types of contacts, people, households, and organizations.
June 26, 2026 at 2:59:20 PM EDT
*
FILLER