in reply to Perl script validator

For just checking if the syntax is clean, you could try perl -c filename. For cleaning up the code format-wise, you might want to look at PerlTidy. Hope that helps....

Replies are listed 'Best First'.
Re^2: Perl script validator
by Anonymous Monk on Dec 18, 2004 at 19:09 UTC
    My host does not support PerlTidy.