HTML::Strip

This module strips HTML-like markup from text. It is written in XS, and thus about five times quicker than using regular expressions for the same task.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

COPYRIGHT AND LICENCE

Please report any bugs/suggestions to Alex Bowley <kilinrax@cpan.org>

Copyright (c) 2003 Alex Bowley. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.