
Lyrics::Fetcher::Lyrics007 - Fetcher module for David Precious' (BIGPRESH) Lyrics::Fetcher

use Lyrics::Fetcher::Lyrics007
print Lyrics::Fetcher::Lyrics007->fetch('<band>', '<track>');

Module to obtain song lyrics from www.lyrics007.com. Written to be used by Lyrics::Fetcher but can be used standalone.

Tries to obtain lyrics for the given track by the given band.

Version 0.04

James Ronan, <james at ronanweb.co.uk>

Highly Likely as this is my first perl module.
The other point to note is this module relies on the format of www.lyrics007.com remaining 'as is'; Therfore if the site changes this module will be rendered useless. If this happens let me know and I'll fix it! (If I haven't started the rewrite already)

You can find documentation for this module with the perldoc command.
perldoc Lyrics::Fetcher::Lyrics007

Bigup to David Precious for helping me get my Perl code off the ground by writing this module (which is inspired by one of his own).

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