GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Text::EtText::HTML2EtText(3) User Contributed Perl Documentation Text::EtText::HTML2EtText(3)

Text::EtText::HTML2EtText - convert from HTML to the EtText editable-text format

  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.

For more information on the EtText format, check the WebMake documentation on the web at http://webmake.taint.org/ .

$f = new Text::EtText::HTML2EtText
Constructs a new "Text::EtText::HTML2EtText" object.
$text = $f->html2text( [$html] )
Convert HTML, either from the argument or from STDIN, into EtText.

See also http://webmake.taint.org/ for more information.

"webmake" "ettext2html" "ethtml2text" "HTML::WebMake" "Text::EtText::EtText2HTML" "Text::EtText::HTML2EtText"

Justin Mason <jm /at/ jmason.org>

WebMake is distributed under the terms of the GNU Public License.

The latest version of this library is likely to be available from CPAN as well as:

  http://webmake.taint.org/
2001-09-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.