Keep track of threads in a usenet newsgroup
use News::Scan::Thread; my $thr = News::Scan::Thread->new($news_scan_article_obj);
This module provides a class whose objects can be used to keep track of threads of discussion in a Usenet newsgroup.
\*(C`ARTICLE\*(C' should be a \*(C`News::Scan::Article\*(C' object or an object of some class derived from \*(C`News::Scan::Article\*(C'. \*(C`new\*(C' performs some initialization and returns a \*(C`News::Scan::Thread\*(C'.
Returns this thread's subject.
Returns the volume in bytes generated in this thread.
Returns the number of posts to this thread.
Returns the volume in bytes of the headers in this thread's articles.
Returns the number of header lines in this thread's articles.
Returns the volume in bytes of the message bodies of this thread's articles.
Returns the number of lines in this thread's message bodies.
Returns the volume in bytes of the original content of this thread's articles.
Returns the number of original lines in this thread's articles.
Returns the volume in bytes of the signatures of this thread's articles.
Returns the number of signature lines in this thread's articles.
News::Scan, News::Scan::Article
Greg Bacon <[email protected]>
Copyright (c) 1997 Greg Bacon. All Rights Reserved. This library is free software. You may distribute and/or modify it under the same terms as Perl itself.