# IOLayer-StripHTML
**Repository Path**: mirrors_gitpan/IOLayer-StripHTML
## Basic Information
- **Project Name**: IOLayer-StripHTML
- **Description**: Read-only release history for IOLayer-StripHTML
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-10-20
- **Last Updated**: 2026-03-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
IOLayer::StripHTML version 0.02
===============================
This package implements a PerlIO layer, for reading files only. It
strips HTML tags from the input, leaving only plain text. This can be
useful, for example, to find something in the text of a HTML page.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module runs only with perl 5.8.0 or higher (with perlio enabled).
Moreover, it requires HTML::Parser version 3 or higher.
COPYRIGHT AND LICENCE
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
Copyright (C) 2002 Rafael Garcia-Suarez