WWW::Comic::Plugin::XKCD - WWW::Comic plugin to fetch XKCD comic


WWW-Comic-Plugin-XKCD documentation  | view source Contained in the WWW-Comic-Plugin-XKCD distribution.

Index


NAME

Top

WWW::Comic::Plugin::XKCD - WWW::Comic plugin to fetch XKCD comic

SYNOPSIS

Top

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 => 'xkcd');




DESCRIPTION

Top

A plugin for WWW::Comic to fetch the xkcd comic from http://www.xkcd.org/

See WWW::Comic and WWW::Comic::Plugin for information on the WWW::Comic interface.

FUNCTIONS

Top

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

Top

David Precious, <davidp at preshweb.co.uk>

BUGS

Top

Please report any bugs or feature requests to bug-www-comic-plugin-XKCD at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Comic-Plugin-XKCD. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc WWW::Comic::Plugin::XKCD




You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Comic-Plugin-XKCD

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/WWW-Comic-Plugin-XKCD

* CPAN Ratings

http://cpanratings.perl.org/d/WWW-Comic-Plugin-XKCD

* Search CPAN

http://search.cpan.org/dist/WWW-Comic-Plugin-XKCD

ACKNOWLEDGEMENTS

Top

To Nicola Worthington (NICOLAW) for writing WWW::Comic

COPYRIGHT & LICENSE

Top


WWW-Comic-Plugin-XKCD documentation  | view source Contained in the WWW-Comic-Plugin-XKCD distribution.