WWW::Yandex::Catalog::LookupSite

Query Yandex Catalog for a website's presence, it's Index of Citing, descriptions in the catalog, and the list of categories it belongs to
Download

WWW::Yandex::Catalog::LookupSite Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Irakliy Sunguryan
  • Publisher web site:
  • http://search.cpan.org/~flamey/

WWW::Yandex::Catalog::LookupSite Tags


WWW::Yandex::Catalog::LookupSite Description

Query Yandex Catalog for a website's presence, it's Index of Citing, descriptions in the catalog, and the list of categories it belongs to WWW::Yandex::Catalog::LookupSite is a Perl module that retrieves website's Thematic Index of Citing, and checks website's presence in Yandex Catalog, retrieves it's descriptions as recorded in the catalog, and the list of categories it belongs to.This module uses LWP::Simple for making requests to Yandex Catalog.SYNOPSIS use WWW::Yandex::Catalog::LookupSite; my $site = WWW::Yandex::Catalog::LookupSite->new(); $site->yaca_lookup('www.slovnik.org'); print $site->tic . "\n"; print $site->short_description . "\n"; print $site->long_description . "\n"; print "$_\n" foreach @{$site->categories}; Requirements: · Perl


WWW::Yandex::Catalog::LookupSite Related Software