Help for this page
use Feed; while (my $feed = Feed->next) { $feed->fetch(); }
use Feed; ... while ($feed->set_next) { $feed->fetch; }