Example from the docs:
my $rss = new XML::RSS; $rss->parsefile("fm.rdf"); foreach my $item (@{$rss->{'items'}}) { print "title: $item->{'title'}\n"; print "link: $item->{'link'}\n\n"; }
In reply to RE: RE: RE: Get yahoo's news headlines
by btrott
in thread Get yahoo's news headlines
by peabody
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |