-
-
12 Jul 2002 14:20:05 UTC
- Distribution: PerlIO-via-StripHTML
- Module version: 0.04
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (440 / 0 / 14)
- Kwalitee
Bus factor: 0- 88.68% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.33KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
PerlIO::via::StripHTML - PerlIO layer to strip HTML tags from an input file
SYNOPSIS
use PerlIO::via::StripHTML; open my $file, '<:via(StripHTML)', 'foo.html' or die "Can't open foo.html: $!\n";
DESCRIPTION
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.
BUGS
This is only a preliminary version.
SEE ALSO
PerlIO::via
AUTHOR
Copyright (c) 2002 Rafael Garcia-Suarez. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The HTML stripping code was borrowed from the eg/htext script in the
HTML-Parser
distribution.Module Install Instructions
To install PerlIO::via::StripHTML, copy and paste the appropriate command in to your terminal.
cpanm PerlIO::via::StripHTML
perl -MCPAN -e shell install PerlIO::via::StripHTML
For more information on module installation, please visit the detailed CPAN module installation guide.