in reply to HTML Validation

Non-perlish: Use the w3c online validator at http://validator.w3.org/#validate_by_input+with_options (copy-paste version) or http://validator.w3.org/ (via URI input, for docs accessible from online) and its CSS validator at http://jigsaw.w3.org/css-validator/.

Perlish challenge: Write a script to upload your html to the first or second, and your .css to the third... and retrieve the reports.

Replies are listed 'Best First'.
Re^2: HTML Validation
by Gavin (Archbishop) on Jan 28, 2009 at 11:05 UTC

    Better still

    Write a Perl script that also corrects those errors!

    I remember well the first time I used the W3C validator it returned 400 errors from a single XHTML page!