Tomohiro Hosaka > WWW-Hashdb > WWW::Hashdb

Download:
WWW-Hashdb-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

NAME ^

WWW::Hashdb - search by http://hashdb.com/.

VERSION ^

Version 0.01

SYNOPSIS ^

    use WWW::Hashdb;
    use XXX;

    my $hashdb = WWW::Hashdb->new( limit => 10 );
    my @items  = $hashdb->search("BURST CITY");
    XXX @items;

EXPORT ^

none.

FUNCTIONS ^

limit

search

AUTHOR ^

Tomohiro Hosaka, <bokutin at cpan.org>

COPYRIGHT & LICENSE ^

Copyright 2008 Tomohiro Hosaka, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.