in reply to
Perl script validator
Have you tried:
use strict;
use warnings;
perl -c
perltidy
?
C.
Comment on
Re: Perl script validator
In Section
Seekers of Perl Wisdom