HTML::FromText

HTML::FromText is a Perl module that can convert plain text to HTML.
Download

HTML::FromText Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Casey West
  • Publisher web site:
  • http://search.cpan.org/~cwest/

HTML::FromText Tags


HTML::FromText Description

HTML::FromText is a Perl module that can convert plain text to HTML. HTML::FromText is a Perl module that can convert plain text to HTML.SYNOPSIS use HTML::FromText; text2html( $text, %options ); # or use HTML::FromText (); my $t2h = HTML::FromText->new( %options ); my $html = $t2h->parse( $html );HTML::FromText converts plain text to HTML. There are a handfull of options that shape the conversion. There is a utility function, text2html, that's exported by default. This function is simply a short- cut to the Object Oriented interface described in detail below. Requirements: · Perl


HTML::FromText Related Software