Help for this page

Select Code to Download


  1. or download this
            <item>
              <title><![CDATA[Beware of financial leeches]]></title>
    ...
    
              </ndm:comments>
            </item>
    
  2. or download this
    my $rss = XML::RSS->new();
    $rss->parse($source);
    foreach my $item ( @{ $rss->{items} } ) {
        print Dumper($item);
    }
    
  3. or download this
    'http://feeds.news.com.au/dtd/blogcomments/' => {                     
    +                                     
    
    ...
    'ip' => 'n/an/a',
    'name' => 'The Other MartinJP',
    }