Help for this page

Select Code to Download


  1. or download this
    use Data::Dump 'pp';
    my $feed = XML::Feed->parse(\*DATA)
    ...
    for my $entry ($feed->entries) {
      pp $entry;
    }
    
  2. or download this
    bless({
      _version => "2.0",
    ...
        "title" => " Foo Bar Two ",
      },
    }, "XML::Feed::Entry::Format::RSS")