名前¶ XML::RSS - RSSファイルを作成し更新します 概要¶ # RSS 1.0ファイル(http://purl.org/rss/1.0/)を作成します use XML::RSS; my $rss = new XML::RSS (version => '1.0'); $rss->channel( title => "freshmeat.net", link => "http://freshmeat.net", description => "the one-stop-shop for all your Linux software needs", dc => { date => '2000-08-23T07:00+00:00', subject => "Linux Software", creator => 'scoop@freshmeat.net', publisher =>