Check syntax of a Perl script (perl)
perl -c somescript_or_module.pl
Verifies the syntax of the specified Perl script (somescript_or_module.pl) without executing it.
perl -c somescript_or_module.pl
Verifies the syntax of the specified Perl script (somescript_or_module.pl) without executing it.