Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^4: Pumpking email list?

by RonW (Parson)
on Oct 19, 2016 at 23:11 UTC ( [id://1174329]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use XML::RSS::Tools;
    my $feed = 'http://rss.example.com/';
    ...
    } else {
        print $rss->as_string('error')
    };
    
  2. or download this
    use XML::Feed;
    my $feed = XML::Feed->parse(URI->new($feed))
    ...
    for my $entry ($feed->entries) {
        # extract info from entry and generate output
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-16 22:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found