- or download this
#!/usr/bin/perl -w
# rss2html - converts an RSS file to HTML
...
</td></tr></table>
HTML
}
- or download this
<a href="$rss->{'channel'}->{'link'}">$rss->{'channel'}->{'title'}</a>
- or download this
foreach my $item (@{$rss->{'items'}})