Collect information about news articles
use News::Scan::Article; my $art = News::Scan::Article->new( ARG, [ OPTIONS, ] SCAN );
This module provides a derived class of \*(C`Mail::Internet\*(C' whose objects are suitable for digesting Usenet news articles.
The \*(C`ARG\*(C' and \*(C`OPTIONS\*(C' parameters are identical to those required by \*(C`Mail::Internet\*(C', except \*(C`ARG\*(C' is required. See Mail::Internet. The \*(C`SCAN\*(C' parameter should be a \*(C`News::Scan\*(C' object. See News::Scan. If the article falls into the period of interest for \*(C`SCAN\*(C', the object is returned, else \*(C`undef\*(C'.
Sets or returns an object's group depending on whether \*(C`SCAN-OBJ\*(C' is present.
Returns the article's author represented as a \*(C`Mail::Address\*(C' object.
Returns the article's Message-ID.
Returns the article's subject.
Returns the list of newsgroups this article was posted to.
Returns the size of this article in bytes.
Returns the size of this article's header in bytes.
Returns the number of lines consumed in this article by headers.
Returns the size of this article's body in bytes.
Returns the number of lines consumed in this article by the body.
Returns the size of this article's original content in bytes. See \*(L"QuoteRE\*(R" in News::Scan.
Returns the number of lines consumed in this article by original content. Keep in mind that original content is a subset of the body.
Returns the size of this article'ss signature in bytes.
Returns the number of lines consumed in this article by the signature.
News::Scan, Mail::Internet, Mail::Address
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.