|
NAMEWebService::CIA::Source::DBM - An interface to a DBM copy of the CIA World FactbookSYNOPSISuse WebService::CIA::Source::DBM; my $source = WebService::CIA::Source::DBM->new({ DBM => 'factbook.dbm', Mode => 'read' }); DESCRIPTIONWebService::CIA::Source::DBM is an interface to a pre-compiled DBM copy of the CIA World Factbook.The module can also be used to make the DBM file, taking data from WebService::CIA::Parser (or WebService::CIA::Source::Web) and inserting it into a DBM. A script to do this - webservice-cia-makedbm.pl - should be included in this module's distribution. METHODSApart from "new", these methods are normally accessed via a WebService::CIA object.
AUTHORIan Malpass (ian-cpan@indecorous.com)COPYRIGHTCopyright 2003-2007, Ian MalpassThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The CIA World Factbook's copyright information page (<https://www.cia.gov/library/publications/the-world-factbook/docs/contributor_copyright.html>) states: The Factbook is in the public domain. Accordingly, it may be copied freely without permission of the Central Intelligence Agency (CIA). SEE ALSOWebService::CIA, WebService::CIA::Parser, WebService::CIA::Source::Web
Visit the GSP FreeBSD Man Page Interface. |