NAME
WWW::Comic::Plugin::uComics - uComics plugin for WWW::Comic
SYNOPSIS
# Actively probe www.comics.com to return (and cache)
# a list of supported comics
my @comics = $plugin->comics(probe => 1);
# Return a list of supported comics that has already
# been cached in memory
@comics = $plugin->comics;
# Return the comic homepage URL
my $url = $plugin->homepage(comic => "peanuts");
See WWW::Comic.
METHODS
See WWW::Comic and WWW::Comic::Plugin for a list of standard methods that this module supports.
Additional methods are:
- title
-
Returns the full title of comic strip.
- homepage
-
Returns the comic homepage URL.
VERSION
$Id: uComics.pm,v 1.3 2006/01/10 15:45:58 nicolaw Exp $
AUTHOR
Nicola Worthington <nicolaw@cpan.org>
COPYRIGHT
Copyright 2006 Nicola Worthington.
This software is licensed under The Apache Software License, Version 2.0.