http://www.perlmonks.org?node_id=180525


in reply to So I'm in a bit of a quandary

One thought that you may want to consider is that when working on legacy code often written by many people with different coding styles and conventions is that a quick run through perltidy will at least produce a consistent indentation and code formatting style. It will also catch and highlight a number of "dubious" practices that perl will not.

I use it routinely nowadays...

Yves / DeMerphq
---
Writing a good benchmark isnt as easy as it might look.