NAME
HTML::Tidy - Web validation in a Perl object
VERSION
Version 0.00_02
$Header: /home/cvs/html-tidy/lib/HTML/Tidy.pm,v 1.11 2004/02/18 06:20:28 andy Exp $
SYNOPSIS
use HTML::Tidy;
blah blah blah
DESCRIPTION
METHODS
new()
Create an HTML::Lint object.
my $tidy = HTML::Tidy->new();
errors()
Returns the errors accumulated.
clear_errors()
Clears the list of errors, in case you want to print and clear, print and clear.
parse_file( $filename, $str [, $str...] )
BUGS & FEEDBACK
I welcome your comments and suggestions. Please send them to <bug-html-tidy@rt.cpan.org>
so that they can be tracked in the RT ticket tracking system.
AUTHOR
Andy Lester, <andy@petdance.com>
COPYRIGHT AND LICENSE
Copyright (C) 2004 by Andy Lester
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.1 or, at your option, any later version of Perl 5 you may have available.