![]() |
![]()
| ![]() |
![]()
NAMEText::EtText::HTML2EtText - convert from HTML to the EtText editable-text format SYNOPSISmy $t = new Text::EtText::HTML2EtText; print $t->html2text ($html); or my $t = new Text::EtText::HTML2EtText; print $t->html2text (); # from STDIN DESCRIPTIONethtml2text will convert a HTML file into the EtText editable-text format, for use with webmake or ettext2html. For more information on the EtText format, check the WebMake documentation on the web at http://webmake.taint.org/ . METHODS
MORE DOCUMENTATIONSee also http://webmake.taint.org/ for more information. SEE ALSO"webmake" "ettext2html" "ethtml2text" "HTML::WebMake" "Text::EtText::EtText2HTML" "Text::EtText::HTML2EtText" AUTHORJustin Mason <jm /at/ jmason.org> COPYRIGHTWebMake is distributed under the terms of the GNU Public License. AVAILABILITYThe latest version of this library is likely to be available from CPAN as well as: http://webmake.taint.org/
|