NAME POE::Component::AtomAggregator - Watch Muliple Atom Feeds for New Headlines VERSION Version 1.0 SYNOPSIS #!/usr/bin/perl use strict; use warnings; use POE qw( Component::AtomAggregator ); my @feeds = ( { url => "http://xantus.vox.com/library/posts/atom.xml", name => "xantus", delay => 600, }, { url => "http://www.vox.com/explore/posts/atom.xml", name => "vox", delay => 60, }, ); POE::Session-
{{#tags}}- {{label}}
{{/tags}}