libwww-perl / HTML-Tagset

HTML::Tagset, a Perl module for helping parse HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML::Tagset

This module contains data tables useful in dealing with HTML.

It provides no functions or methods.

PREREQUISITES

This suite requires Perl 5.

HTML::Tagset doesn't use any nonstandard modules.

INSTALLATION

You install HTML::Tagset, as you would install any perl module library, by running these commands:

perl Makefile.PL
make
make test
make install

If you want to install a private copy of HTML::Tagset in your home directory, then you should try to produce the initial Makefile with something like this command:

perl Makefile.PL LIB=~/perl

DOCUMENTATION

POD-format documentation is included in Tagset.pm. POD is readable with the perldoc utility. See ChangeLog for recent changes.

AVAILABILITY

The latest version of HTML::Tagset is available from the CPAN. See https://metacpan.org/pod/HTML::Tagset

COPYRIGHT

Copyright 1999,2000 Sean M. Burke. Copyright 1995-2000 Gisle Aas. Copyright 2000-2024 Andy Lester.

This library is free software; you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.

About

HTML::Tagset, a Perl module for helping parse HTML


Languages

Language:Perl 100.0%