NAME
WebService::TRIPIT::Thesaurus - The fantastic new WebService::TRIPIT::Thesaurus!
VERSION
version 0.01
SYNOPSIS
use WebService::TRIPIT::Thesaurus->new;
my $service = WebService::TRIPIT::Thesaurus->new;
my @result = $service->search("foo");
print join("\n", @result);
METHODS
new
search($word, [$count, $full])
Search thesaurus by word. The return value is array or array reference.
$count is limitation results. $full is full spec result returned as hash references.
dispatcher($full)
AUTHOR
Toru Yamaguchi, <zigorou@cpan.org>
BUGS
Please report any bugs or feature requests to bug-webservice-tripit-thesaurus@rt.cpan.org
, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT & LICENSE
Copyright 2007 Toru Yamaguchi, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.