|
NAMEText::Original - Find original, non-quoted text in a messageSYNOPSISuse Text::Original; my $sentence = first_sentence($email->body); FUNCTIONSfirst_linesfirst_lines($text, 20); Returns the a number of lines after the first non blank, none quoted line of the body of the email. It will guess at attribution lines and skip them as well. It will return super cited lines. This is the super-citers' fault, not ours. It won't catch all types of attribution lines; It can optionally be passed a number of lines to get. first_paragraphReturns the first original paragraph of the messagefirst_sentenceReturns the first original sentence of the messageEXPORTSAll of the above.AUTHORSimon Wistow and the Mariachi project. See http://siesta.unixbeard.net/Packaged by Simon Cozens Currently maintained by Simon Wistow <simon@thegestalt.org> COPYRIGHTCopyright 2004 The Siesta ProjectThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |