I want to save an entire nntp article in a flat file i.e copy its entire contents and print them in a local file. I considered using the article() function and the tied file handle it returns. But I am not able to use it properly. Otherwise, I am able to use other functions of the NNTP module such as list() and group() correctly. However, I am facing issues with article() and articlefh(). Can anyone help?
$nntp->article($last,<FH>);| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |