Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

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

by uG (Scribe)
on Mar 28, 2011 at 18:54 UTC ( [id://895997]=note: 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 %]
        [% USE Dumper %]
        [% Dumper.dump(entry.content) %]
    [% END %]
    
  3. or download this
    $VAR1 = bless( { 'body' => 'This is a test post', 'base' => undef, 'ty
    +pe' => 'text/html' }, 'XML::Feed::Content' );
    

Log In?
Username:
Password:

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

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

    No recent polls found