Searched defs:article (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm106 sub article subroutine
108 @_ >= 1 && @_ <= 3 or croak 'usage: $nntp->article( [ MSGID ], [ FH ] )';
745 =item article ( [ MSGID|MSGNUM ], [FH] )
748 specified article.
753 will be a reference to an array containg the article requested, each
754 entry in the array will contain one line of the article.
756 If no arguments are passed then the current article in the currently
759 C<MSGNUM> is a numeric id of an article in the current newsgroup, and
760 will change the current article pointer. C<MSGID> is the message id of
761 an article a
[all...]

Completed in 49 milliseconds