NAME

WWW::VenusEnvy - Retrieve VenusEnvy comic strip images

SYNOPSIS

use WWW::VenusEnvy qw(get_strip mirror_strip strip_url);

# Get the URL for todays strip
my $image_url = strip_url();

# Get todays strip
my $image_blob = get_strip();

# Get a specific strip by specifying the ID
my $christmas_kiss = get_strip("20051229");

# Write todays strip to local_filename.gif on disk
my $filename_written = mirror_strip("local_filename.gif");

# Write a specific strip to mystrip.gif on disk
my $filename_written = mirror_strip("mystrip.gif","20051229");

DESCRIPTION

This module will download the latest VenusEnvy cartoon strip from the Keenspace website and return a binary blob of the image, or write it to disk.

VERSION

$Id: VenusEnvy.pm,v 1.6 2006/01/07 12:23:26 nicolaw Exp $

AUTHOR

Nicola Worthington <nicolaw@cpan.org>

http://perlgirl.org.uk

COPYRIGHT

Copyright 2005,2006 Nicola Worthington.

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

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