in reply to how to use article() function in perl Net::NNTP module?
You don't show us what kind of problems you have, so it is hard to suggest how to proceed.
Have you looked at the demos included with Net::NNTP, especially the nntp sample? Maybe you just want to do the same, except save things into a file?
The following gives you information about the kind of data structure returned by ->article. Handling that data structure is likely best done through References Quick Reference.
... use Data::Dumper print Dumper $nntp->article( $last ); ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to use article() function in perl Net::NNTP module?
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 |