in reply to perl crashes parsing huge script - how to find a line that crashes it?
A more immediate solution is the __END__ token. Stick it in the middle and see if everything works. If it does, then move it to 75%, otherwise move it to 25%. You'll very quickly determine about where the problem is.
Another thing - write tests. Lots and lots of tests.
|
|---|