HTML Objects

HTML Objects is a Perl module library for turning HTML tags into Perl objects.
Download

HTML Objects Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • David
  • Publisher web site:
  • http://tumblweed.org/

HTML Objects Tags


HTML Objects Description

HTML Objects is a Perl module library for turning HTML tags into Perl objects. HTML Objects is a Perl module library for turning HTML tags into Perl objects. HTML Objects allows Web pages to be manipulated as a data structure rather than text.Once manipulation is done, the entire page is generated via depth-first recursion.Requirements:· PerlInstallation:For now, installation is just an extraction. Within your perl code, use the following:use lib 'path_to_htmlo-x.x.x';use html;use xml;All objects will now be available. If you wish to put the package into your global perl @INC, go ahead. I chose not to for now.Example/suggestion# mkdir -p /usr/local/perl# cd /usr/local/perl# tar xfz /path/to/downloaded/htmlo-x.x.x.tar.gzOptionally# chown -R uuuu.gggg htmlo-x.x.x# find html-x.x.x -type d -exec chmod 755 {} ;# find html-x.x.x -type f -exec chmod 644 {} ;# ln -s htmlo-x.x.x htmloNow your code can:use lib '/usr/local/perl/htmlo';use html;use xml;What's New in This Release:· This release adds an -align attribute for radiogroupo and tableinputo.


HTML Objects Related Software