Where can I find some simple W3C Validator API info for Perl? I’ve tried looking and just keeps leading to page after page of documentation.
- Simply looking for download module or whatever is needed (I am new to
Perl but I want to use it for this project) - How to install it (Again, new to Perl)
- There was going to be a third about documentation but I’ve found loads!
You want WebService::Validator::HTML::W3C, see the synopsis in its documentation for a taste of the API; I just tried it and it’s very simple. W::V::H::W3C is a normal CPAN distribution, you install it the usual way. There are a number of SO questions about Perl module installation, read them if you encounter problems.