Skip to content

How to perform syntax check for Perl program

How to perform syntax check for Perl program

Answer:

Assume you have a Perl script test.pl, try run the command

perl -c test.pl

Syntax error will be displayed without running the code actually.

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  1. How to perform syntax check for Python program
  2. How to perform syntax check on a bash script?
  3. Perform syntax check to PHP files
  4. How to check which directory used up most of the disk space?
  5. Wide character in print… warning in Perl

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*