Data::Random::Contact

Generate random contact data
Download

Data::Random::Contact Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Dave Rolsky
  • Publisher web site:
  • http://search.cpan.org/~drolsky/

Data::Random::Contact Tags


Data::Random::Contact Description

Generate random contact data Data::Random::Contact is a Perl module that 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.SYNOPSIS use Data::Random::Contact; my $randomizer = Data::Random::Contact->new(); my $person = $rand->person(); my $household = $rand->household(); my $organization = $rand->organization(); Requirements: · Perl


Data::Random::Contact Related Software