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