GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WWW::Comic::Plugin::UFS(3) User Contributed Perl Documentation WWW::Comic::Plugin::UFS(3)

WWW::Comic::Plugin::UFS - UFS www.comics.com plugin for WWW::Comic

 # 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.

See WWW::Comic and WWW::Comic::Plugin for a list of standard methods that this module supports.

Additional methods are:

type
Returns the type of comic strip; editoons, comics, creators or wash.
homepage
Returns the comic homepage URL.

$Id: UFS.pm,v 1.7 2006/01/10 15:45:58 nicolaw Exp $

Nicola Worthington <nicolaw@cpan.org>

<http://perlgirl.org.uk>

Copyright 2006 Nicola Worthington.

This software is licensed under The Apache Software License, Version 2.0.

<http://www.apache.org/licenses/LICENSE-2.0>

2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.