Help for this page

Select Code to Download


  1. or download this
    sub get_by_id {
        my ($self, $feed_id) = @_;
    ...
        
        return $xml_feed;    
    }
    
  2. or download this
    [% FOREACH entry IN feed.entries %]
        TRANSLATED:[% entry.content.body %]
    [% END %]
    
  3. or download this
    [% FOREACH entry IN feed.entries %]
        ORIGINAL:[% entry.content.body %]
        TRANSLATED:[% entry.content.body_alt %]
    [% END %]