
Net::Lyskom::TextStat - text information object.

print localtime($obj->creation_time); print "This text has the subject: ",$obj->subject,"\n";

Object returned by the get_text_stat method in the main Net::Lyskom class. Also fronts for get_text(), since one often wants the text mass after getting the text meta-information.
Returns the creation time as a Net::Lyskom::Time object.
Returns the person number of the author.
Returns the number of lines.
Returns the number of characters.
Returns the number of marks.
Returns a compacted list of Net::Lyskom::MiscInfo object. See the documentation for the class for the meaning of "compacted".
Returns a list of Net::Lyskom::AuxInfo objects.
Returns the subject line of the text. Calls get_text(), and caches both the subject and body internally. Both this method and the following one always fetch the entire text. If you want something else, call get_text() yourself.
As above, but return the body instead of the subject.