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

Version 0.01

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

none.


Tomohiro Hosaka, <bokutin at cpan.org>

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.