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

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.