zuverlassig has asked for the wisdom of the Perl Monks concerning the following question:
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>);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to use article() function in perl Net::NNTP module?
by Corion (Patriarch) on Oct 21, 2013 at 10:06 UTC | |
by zuverlassig (Novice) on Oct 21, 2013 at 10:42 UTC | |
by Corion (Patriarch) on Oct 21, 2013 at 10:59 UTC | |
by zuverlassig (Novice) on Oct 21, 2013 at 12:13 UTC | |
|
Re: how to use article() function in perl Net::NNTP module?
by Anonymous Monk on Oct 21, 2013 at 19:14 UTC |