Samiksha Jaiswal (Editor)

PerlTidy

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Original author(s)
  
Steve Hancock

Written in
  
Perl

Development status
  
Active

Operating system
  
Cross-platform

Initial release
  
2003; 14 years ago (2003)

Stable release
  
20150815 / August 15, 2015; 19 months ago (2015-08-15)

PerlTidy is a tool written in the Perl programming language to do static code analysis against code written in that same language. It uses either command-line switches or configuration files to reformat Perl scripts so they comply with specified coding rules. The default configuration is an approximation of the Perl Style Guide.

Aside from the command line, there are a number of tools for alternate interfaces for PerlTidy, including one for the Padre IDE, perltidy.el for Emacs. and an online version

Since its introduction, PerlTidy has become an oft-recommend tool for Perl programmers, noted in a number of key books. Notably, the work Perl Best Practices provides a set of PerlTidy configurations to match the syntax prescriptions in that book.

References

PerlTidy Wikipedia