
Lyrics::Fetcher::LyrDB - The great new Lyrics::Fetcher::LyrDB!

Version 0.01

Lyrics::Fetcher::LyrDB - Get song lyrics from www.LyrDB.com

use Lyrics::Fetcher;
print Lyrics::Fetcher->fetch("<artist>","<song>","LyrDB");
# or, if you want to use this module directly without Lyrics::Fetcher's
# involvement:
use Lyrics::Fetcher::LyrDB;
print Lyrics::Fetcher::LyricDB->fetch('<artist>', '<song>');

This module uses LyrDB's web services to get song lyrics from www.lyrdb.com. It's designed to be called by Lyrics::Fetcher, but can be used directly if you'd prefer. This module makes use of the LWP::Simple module, which you most likely already have.

Helper function that trims starting and ending spaces from the string.
Fetch lyrics for the requested song.

Joshua Soles, <jbsoles at gmail.com>

Please report any bugs or feature requests to bug-lyrics-fetcher-lyrdb at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Lyrics-Fetcher-LyrDB. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Lyrics::Fetcher::LyrDB
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Lyrics-Fetcher-LyrDB


Copyright 2008 Joshua Soles, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.