Perl Validator?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vanessa
    Junior Member
    • Sep 2004
    • 1

    #1

    Perl Validator?

    My question is whether anyone knows of a perl validator, like a html validator, that tests stuff like whether or not there's a bracket missing, or if I forgot to close a tag?

    Edited to add that I solved the problem myself.

    Code:
    print "Content-type: text/html\n\n";
    use diagnostics;
    use CGI::Carp qw(fatalsToBrowser);
    Works just as well as a perl validator.
    Last edited by Vanessa; 09-28-2004, 05:10 PM. Reason: Solved problem myself
Working...