open(ARTICLE,">>indexer.txt") or die "Cannot open indexer.txt"; my $data=$nntp->article(99); print ARTICLE @$data; #print ARTICLE "Completed Successfully"; close(ARTICLE);