HTML::FromText 2.0.5 review
DownloadHTML::FromText is a Perl module that can convert plain text to HTML. SYNOPSIS use HTML::FromText; text2html( $text, %o
|
|
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 2.0.5 search tags