Genealogy::ObituaryDailyTimes - Lookup an entry in the Obituary Daily Times
Version 0.10
use Genealogy::ObituaryDailyTimes; my $info = Genealogy::ObituaryDailyTimes->new(); # ...
Creates a Genealogy::ObituaryDailyTimes object.
Takes two optional arguments: directory: that is the directory containing obituaries.sql logger: an object to send log messages to
my $obits = Genealogy::ObituaryDailyTimes->new(); # Returns an array of hashrefs my @smiths = $obits->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 Obituary Daily Times, https://sites.rootsweb.com/~obituary/
You can find documentation for this module with the perldoc command.
perldoc Genealogy::ObituaryDailyTimes
You can also look for information at:
MetaCPAN
https://metacpan.org/release/Genealogy-ObituaryDailyTimes
RT: CPAN's request tracker
https://rt.cpan.org/NoAuth/Bugs.html?Dist=Genealogy-ObituaryDailyTimes
CPAN Testers' Matrix
http://matrix.cpantesters.org/?dist=Genealogy-ObituaryDailyTimes
CPAN Testers Dependencies
http://deps.cpantesters.org/?module=Genealogy::ObituaryDailyTimes
Copyright 2020-2023 Nigel Horne.
This program is released under the following licence: GPL2
To install Genealogy::ObituaryDailyTimes, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Genealogy::ObituaryDailyTimes
CPAN shell
perl -MCPAN -e shell install Genealogy::ObituaryDailyTimes
For more information on module installation, please visit the detailed CPAN module installation guide.