Browse - programming tips - checking perl syntaxDate: 2008nov15 Language: perl Q. How can I check the syntax of a Perl script without executing it? A. perl -c <script> - Just check the syntax perl -cw <script> - Also give warnings
Add a commentSign in to add a comment |