in reply to Re: perl crashes parsing huge script - how to find a line that crashes it?
in thread perl crashes parsing huge script - how to find a line that crashes it?

I second that.

Another idea would be to truncate the file and see if it doesn't crash. Do a binary search that way. Hopefully, using __END__ will do the trick. Or, use editor's undo feature.

  • Comment on Re^2: perl crashes parsing huge script - how to find a line that crashes it?