NAME
WWW::Comic::Plugin::f8d - WWW::Comic plugin to fetch f8d comic
SYNOPSIS
See WWW::Comic for full details, but here's a brief example:
use WWW::Comic;
my $wc = new WWW::Comic;
my $latest_candh_strip_url
= WWW::Comic->strip_url(comic => 'f8d');
DESCRIPTION
A plugin for WWW::Comic to fetch the f8d comic from http://www.f8d.org/
See WWW::Comic and WWW::Comic::Plugin for information on the WWW::Comic interface.
FUNCTIONS
- new
-
Constructor - see WWW::Comic for usage
- strip_url
-
Returns the URL to the current strip image (or, if given the 'id' param, the URL to that particular strip)
AUTHOR
David Precious, <davidp at preshweb.co.uk>
BUGS
Please report any bugs or feature requests to bug-www-comic-plugin-f8d at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Comic-Plugin-f8d. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc WWW::Comic::Plugin::f8d
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Comic-Plugin-f8d
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
To Nicola Worthington (NICOLAW) for writing WWW::Comic
COPYRIGHT & LICENSE
Copyright 2008-09 David Precious, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.