NAME
HTML::Examiner::DTEngine - The great new HTML::Examiner::DTEngine
VERSION
Version 0.01_1
SYNOPSIS
use HTML::Examiner::DTEngine;
my $examiner = HTML::Examiner->new();
SUBROUTINES/METHODS
new
Create new module instance.
process
Process the HTML given as argument with the user defined rules.
__proc_rule
Process a single rule, you shouldn't call this method directly.
AUTHOR
Nuno Carvalho, <smash at cpan.org>
BUGS
Please report any bugs or feature requests to bug-html-examiner at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=HTML-Examiner. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc HTML::Examiner
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2010 Nuno Carvalho.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.