require News::NNTPClient; $c = new News::NNTPClient; foreach ($c->newnews("test", time - 3600)) { print $c->body($_); }