Text::EtText::HTML2EtText 2.2 review
Download
|
|
Text::EtText::HTML2EtText is a Perl module to convert from HTML to the EtText editable-text format.
SYNOPSIS
my $t = new Text::EtText::HTML2EtText;
print $t->html2text ($html);
or
my $t = new Text::EtText::HTML2EtText;
print $t->html2text (); # from STDIN
ethtml2text will convert a HTML file into the EtText editable-text format, for use with webmake or ettext2html.
Requirements:
Perl
Text::EtText::HTML2EtText 2.2 keywords