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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dnntp31 if $news = $nntp->article($new->[-1]);
H A Dnntp.mirror53 # Find the last article in the directory
65 # Figure out which article to start from
71 $ArtRef = $NntpPtr->article($GetArtNum);
73 if($ArtArrLen > 0 ) { # Skip article numbers that had 0 len
81 $GetArtNum += 1; # Increment the article number to get
/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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm482 \documentclass{article}
918 \\documentclass{article}
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm1000 http://www.plover.com/~mjd/perl/MiniMemoize/ there is an article about
1002 Perl Journal, issue #13. (This article is also included in the
1003 Memoize distribution as `article.html'.)

Completed in 41 milliseconds