Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: overview_fmtChapter 15
Usenet News
Next: Reference: postok
 

post

 $nntp->post([message])

Posts a new article to the news server. If message is specified and posting is allowed, then the message is sent. If message is not specified, the message must be sent using the Net::Cmd datasend and dataend methods. message can be either an array of lines or a reference to an array.


Previous: Reference: overview_fmtPerl in a NutshellNext: Reference: postok
Reference: overview_fmtBook IndexReference: postok