Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
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.