HTML Objects 1.2.4 review

Download
by rbytes.net on

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

License: GPL (GNU General Public License)
File size: 24K
Developer: David
0 stars award from rbytes.net

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:
Perl

Installation:

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.gz

Optionally

# 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 htmlo

Now 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 1.2.4 keywords