in reply to How do I find the missing curly brace??

In a project I maintain with 170K lines of perl (excluding generated code), the longest file is 4500 lines and the second-longest is 2884 lines.

I know this probably seems like an unhelpful suggestion for your current situation, but you should consider being nice to yourself and divide your project into smaller modules.

  • Comment on Re: How do I find the missing curly brace??

Replies are listed 'Best First'.
"consider being nice to yourself" - Best advice of (and for) the year
by soonix (Chancellor) on Dec 31, 2024 at 14:40 UTC
    many things that look complicated at first (using strict, subroutines, modules, options, POD, version control, etc.), can and in fact do alleviate things (and perhaps life in general)