NAME
WWW::Yandex::CY - Yandex Thematic Index of Citing (TIC) for domain
SYNOPSIS
use WWW::Yandex::CY;
my $cy = WWW::Yandex::CY->new();
$cy->site('http://jobs.su');
my $get_cy = $cy->print();
print $get_cy;
DESCRIPTION
The WWW::Yandex::CY
is a class implementing a interface for querying Yandex Thematic Index of Citing (TIC) for domain.
AUTHOR
Kostya Ten <kostya@bk.ru>.
COPYRIGHT AND LICENSE
Copyright (C) 2006 by http://www.jobs.su/ All Rights Reserved.
You may use, modify, and distribute this package under the same terms as Perl itself.