use Feed; while (my $feed = Feed->next) { $feed->fetch(); } #### use Feed; my $feed = Feed->new; while ($feed->set_next) { $feed->fetch; }