Quote:
Originally Posted by Hateborne
Third: Lastly, I broke it up because adding inline comments to describe each individual block looked absolutely horrific. Apparently, I am alone in that view.
|
Well the problem with troubleshooting perl script broken up is that often errors are somewhere else in the script. Additionally, the script may only makes sense as a whole so you can catch logic AND syntax errors.