Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Dilbert Archive Script

by ColonelPanic (Friar)
on Jan 10, 2001 at 00:40 UTC ( [id://50768]=CUFP: print w/replies, xml ) Need Help??

Simple, obvious, but incredibly useful.
#!/usr/bin/perl use LWP::Simple; my $webpage = get('http://www.dilbert.com'); $webpage =~ /<a href=\"\/comics\/dilbert\/archive\/images\/(dilbert\d+ +\.gif)\"/; getstore("http://www.dilbert.com/comics/dilbert/archive/images/$1",".. +/$1");

Replies are listed 'Best First'.
Re: Dilbert Archive Script
by merlyn (Sage) on Jan 10, 2001 at 00:41 UTC
Re: Dilbert Archive Script
by aardvark (Pilgrim) on Feb 22, 2001 at 04:17 UTC
    You may also want to check out an article in the Perl Journal ( Summer 2000 ) which describes how to build TkComics, a Perl/TK web client. You can use it to view all kinds of comics.

    http://www.tpj.com/issues/vol5_2/tpj0502-0010.html

    Get Strong Together!!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://50768]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-24 18:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found