And it made me wonder… What is the consensus on large scripts? What is the largest script you have coded?
Honestly? It was fine. It was well-written and easy to follow and maintain.
I don't think the size of the script (or source code for a proper programming language) is nearly as important as how well-written it is.
On the other hand, it would probably make sense to break that script into module-sized smaller scripts. The 'base' script would call those 'module' scripts as and when necessary.
Then each 'module' could be debugged and/or modified separately.