Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Moose? Add a new attribute to a XML::Feed::Content object?

by uG (Scribe)
on Mar 28, 2011 at 07:36 UTC ( [id://895855]=perlquestion: print w/replies, xml ) Need Help??

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 %]
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://895855]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-03-19 03:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found