NAME
FunctionalPerl::Htmlgen::Htmlparse
SYNOPSIS
use FunctionalPerl::Htmlgen::Htmlparse qw(htmlparse);
my $b = htmlparse '<p>hi</p> <p>there!', 'body';
is ref($b), 'PXML::_::XHTML';
is $b->string, '<body><p>hi</p><p>there!</p></body>';
DESCRIPTION
NOTE
This is alpha software! Read the status section in the package README or on the website.