Genealogy::Wills - Lookup in a database of wills
Version 0.02
# See https://freepages.rootsweb.com/~mrawson/genealogy/wills.html use Genealogy::Wills; my $wills = Genealogy::Wills->new(); # ...
Creates a Genealogy::Wills object.
Takes an optional argument, directory, that is the directory containing wills.sql.
my $wills = Genealogy::Wills->new(); # Returns an array of hashrefs my @smiths = $wills->search(last => 'Smith'); # You must at least define the last name to search for print $smiths[0]->{'first'}, "\n";
Nigel Horne, <njh at bandsman.co.uk>
<njh at bandsman.co.uk>
The Kent Wills Transcript, https://freepages.rootsweb.com/~mrawson/genealogy/wills.html
You can find documentation for this module with the perldoc command.
perldoc Genealogy::Wills
You can also look for information at:
MetaCPAN
https://metacpan.org/release/Genealogy-Wills
RT: CPAN's request tracker
https://rt.cpan.org/NoAuth/Bugs.html?Dist=Genealogy-Wills
CPANTS
http://cpants.cpanauthors.org/dist/Genealogy-Wills
CPAN Testers' Matrix
http://matrix.cpantesters.org/?dist=Genealogy-Wills
CPAN Ratings
http://cpanratings.perl.org/d/Genealogy-Wills
CPAN Testers Dependencies
http://deps.cpantesters.org/?module=Genealogy::Wills
Copyright 2023 Nigel Horne.
This program is released under the following licence: GPL2
To install Genealogy::Wills, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Genealogy::Wills
CPAN shell
perl -MCPAN -e shell install Genealogy::Wills
For more information on module installation, please visit the detailed CPAN module installation guide.