Anyone using HTML::HTML5::Builder ?

Igor Chudov <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <CAMhtkAYb_564nScy93a+tq=fscERzUskn2P_qrK+QqiDbYZX5w@mail.gmail.com>
I have some websites such as algebra.com. I used CGI.pm extensively,
including for HTML generation.

I am looking for other modules to generate HTML from perl code and I
stumbled upon HTML::HTML5::Builder
<http://search.cpan.org/~tobyink/HTML-HTML5-Builder-0.004/lib/HTML/HTML5/Builder.pm>
 .

It certainly looks promising, however I wanted to ask if anyone used it and
is it mature or buggy.

The code certainly looks promising:

 my $b = HTML::HTML5::Builder->new;
  my $document = $b->html(
    -lang => 'en',
    $b->head(
      $b->title('Test', \(my $foo)),
      $b->meta(-charset => 'utf-8'),
    ),
    $b->body(
      $b->h1('Test'),
      $b->p('This is a test.')
    ),
  );
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.