Abstract You must be probably aware of static code analysis. Yes, it’s a technique that is extensively used in software development to find out programming errors that a developer might have committed. It is termed static because it is done on the source code without actually executing it. Want to analyze your Perl program for … Continue reading Lint in Perl