($first, $last) = ($newserver->group($newsgroup)); foreach ($first .. $last) { my $article = $c->article($_); print $article if $article; }