in reply to Re: RFC: Basic debugging checklist
in thread RFC: Basic debugging checklist

Running your code through PerlTidy can show up issues hidden by slack indentation or incorrectly paired tokens (quotes, brackets, ...).
But that's redundant or trivial when using a good IDE (which doesn't have to be more advanced that a modern vi clone).