
WWW::Yahoo::Lyrics::JP - Get lyrics from Yahoo Japan

use WWW::Yahoo::Lyrics::JP;
my $service = WWW::Yahoo::Lyrics::JP->new;
my $song = $service->search(
{
artist => "YUI",
title => "CHE.R.RY"
}
);
print $song->swf_url;
print $song->embed_tag;

Yusuke Wada <yusuke at kamawada.com>

http://music.yahoo.co.jp/lyrics/

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