Formatter::HTML::HTML

Formatter to clean existing HTML
Download

Formatter::HTML::HTML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Kjetil Kjernsmo
  • Publisher web site:
  • http://search.cpan.org/~kjetilk/

Formatter::HTML::HTML Tags


Formatter::HTML::HTML Description

Formatter to clean existing HTML Formatter::HTML::HTML is a Perl module that will clean the document using HTML::Tidy. It also inherits from that module, so you can use methods of that class. It can also parse and return links and the title (using HTML::TokeParser).SYNOPSIS use Formatter::HTML::HTML; my $formatter = Formatter::HTML::HTML->format($data); print $formatter->document; print $formatter->title; my $links = $text->links; print ${$links}->{url}; Requirements: · Perl


Formatter::HTML::HTML Related Software