Jump to content

Command Crate ¿about?

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.

utilities [kb:101]