NAME

WebService::Reflexa - Perl wrapper for Japanese assoc word search engine. (http://labs.preferred.jp/reflexa/)

VERSION

version 0.01

SYNOPSIS

my $service = WebService::Reflexa->new;
my @words = $service->search('Perl', 'CPAN');
print join("\n", @words);

METHODS

new()

Create instance, No arguments.

search(@words)

search($words_array_ref)

Search assoc words by keywords. Keywords is permitted Array or Array reference.

dispatcher()

Return code reference for WWW::REST.

AUTHOR

Toru Yamaguchi, <zigorou@cpan.org>

BUGS

Please report any bugs or feature requests to bug-webservice-reflexa@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.