in reply to Usenet and arrays

Something like this perhaps.

($first, $last) = ($newserver->group($newsgroup)); foreach ($first .. $last) { my $article = $c->article($_); print $article if $article; }
--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg