HTML::Manipulator

HTML::Manipulator is a Perl extension for manipulating HTML files.
Download

HTML::Manipulator Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Thilo Planz
  • Publisher web site:
  • http://search.cpan.org/~thilo/DBIx-ProcedureCall-0.10/ProcedureCall.pm

HTML::Manipulator Tags


HTML::Manipulator Description

HTML::Manipulator is a Perl extension for manipulating HTML files. HTML::Manipulator is a Perl extension for manipulating HTML files.SYNOPSIS use HTML::Manipulator; my $html = { _content => 'Slashdot', href=>'http://www.slashdot.org/' } ); # extract a tag content my $content = HTML::Manipulator::extract_content($html, 'link'); # extract a tag content and attributes my $tag = HTML::Manipulator::extract($html, 'link'); # returns a hash ref like # { href => 'http://www.google.com', id => 'link', _content => 'Google' }This module manipulates of the contents of HTML files. It can query and replace the content or attributes of any HTML tag.The advertised usage pattern is to update static HTML files. Requirements: · Perl


HTML::Manipulator Related Software