FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
Architecture & Design
Email
Print
Reprint

add to:
Del.icio.us
Digg
Google
Furl
Slashdot
Y! MyWeb
Blink
January 01, 2002

Making Headlines with RSS

(Page 7 of 12)
#!/usr/bin/perl -w
# update_rss.pl
# Adds a new item to the RSS file
use strict;
use XML::RSS;

my $rss = new XML::RSS (version => '0.91');
$rss->parsefile("fm.rdf");

$rss->add_item(title => "MpegTV Player (mtv) 1.0.9.7",
               link  =>
"http://freshmeat.net/news/1999/06/21/930003958.html",
	       mode => 'insert'
	       );

$rss->save("fm2.rdf");
Previous Page | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 Next Page
RELATED ARTICLES
No Related Articles
TOP 5 ARTICLES
No Top Articles.



MICROSITES
FEATURED TOPIC

ADDITIONAL TOPICS

INFO-LINK