WebService::CIA

Get information from the CIA World Factbook
Download

WebService::CIA Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ian Malpass
  • Publisher web site:
  • http://search.cpan.org/~imalpass/

WebService::CIA Tags


WebService::CIA Description

Get information from the CIA World Factbook WebService::CIA is a Perl module which gets information from the CIA World Factbook.SYNOPSIS use WebService::CIA; use WebService::CIA::Source::DBM; use WebService::CIA::Source::Web; # Get data from a pre-compiled DBM file my $source = WebService::CIA::Source::DBM->new({ DBM => "factbook.dbm" }); my $cia = WebService::CIA->new({ Source => $source }); $fact = $cia->get("uk", "Population"); print $fact; # Get data direct from the CIA World Factbook my $source = WebService::CIA::Source::Web->new(); my $cia = WebService::CIA->new({ Source => $source }); $fact = $cia->get("uk", "Population"); print $fact; Requirements: · Perl


WebService::CIA Related Software