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