WWW-DoctypeGrabber The module was developed to be used in an IRC bot and probably will be useless for anything else. If your intent is to parse some doctypes of HTML documents for validness etc. you are probably better off using some other module. The module accesses a given URI and checks if the page has doctype, what kind of doctype, whether or not there are any (non-)whitespace characters in front of the doctype, whether or not there is an XML prolog and whether or not the DTD URI matches the ones provided by W3C. INSTALLATION To install this module, run the following commands: perl Build.PL ./Build ./Build test ./Build install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc WWW::DoctypeGrabber You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-DoctypeGrabber AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/WWW-DoctypeGrabber CPAN Ratings http://cpanratings.perl.org/d/WWW-DoctypeGrabber Search CPAN http://search.cpan.org/dist/WWW-DoctypeGrabber COPYRIGHT AND LICENCE Copyright (C) 2008 Zoffix Znet This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.