Genealogy::ObituaryDailyTimes - Lookup an entry in the Obituary Daily Times
Version 0.14
use Genealogy::ObituaryDailyTimes;
my $info = Genealogy::ObituaryDailyTimes->new();
# ...
Creates a Genealogy::ObituaryDailyTimes object.
my $obits = Genealogy::ObituaryDailyTimes->new();
Accepts the following optional arguments:
directory
- The directory containing the file obituaries.sqllogger
- An object to send log messages to
Searches the database.
# 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";
Supports two return modes:
-
List context
Returns an array of hash references.
-
Scalar context
Returns a single hash reference, or
undef
if there is no match.
Nigel Horne, <njh at bandsman.co.uk>
Ancestry has removed the archives. The first 17 pages are on Wayback machine, but the rest is lost.
-
The Obituary Daily Times
-
Archived Rootsweb data
-
Funeral Notices
-
Recent data
-
Older data
You can find documentation for this module with the perldoc command.
perldoc Genealogy::ObituaryDailyTimes
You can also look for information at:
-
MetaCPAN
-
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-2025 Nigel Horne.
This program is released under the following licence: GPL2