NAME
WWW::Search::Odeo - Find cool stuff in Odeo
SYNOPSIS
use WWW::Search;
my $search = WWW::Search->new('Odeo');
$search->native_query('freemasonry');
while (my $result = $search->next_result() ) {
print $result->url . "\n";
# ...
}
DESCRIPTION
This module provides light search funtionality for Odeo.
FUNCTIONS
native_setup_search
Prepares our search based on the search type.
Valid search types are: audio (default), channel, profile and site
native_retrieve_some
Performs the actual search. Uses the REST API and some regex munging. Keeping thing simple is the name of the game.
AUTHOR
Nick Gerakines, <nick at socklabs.com>
BUGS
Please report any bugs or feature requests to bug-www-search-odeo at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Search-Odeo. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc WWW::Search::Odeo
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
Search CPAN
ACKNOWLEDGEMENTS
Thanks to Odeo for making a nifty product.
COPYRIGHT & LICENSE
Copyright 2006 Nick Gerakines, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.