Help for this page

Select Code to Download


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