NAME
WWW::Hanako - Perl interface for Hanako(Pollen observation system at Japan)
SYNOPSIS
use WWW::Hanako;
my $hanako = Hanako->new($area, $mst);
print $hanako->now()->{pollen} . "\n";
DESCRIPTION
This perl module provides an interface to the Hanako that is Pollen observation system at Japan.
SEE ALSO
See http://kafun.taiki.go.jp/ for more information on Hanako
AUTHOR
Tsukasa Hamano, <hamano@klab.org>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Tsukasa Hamano
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.