in reply to Code stalls...possible memory leak?
I used a while loop of the Text::Balanced module or tilly's code to bite off balanced brace chunks and run them through the rest of the code one at a time? This would seem to me to have the memory advantages of the$text=<INFILE>;
line while more suited to my needs. Does that thinking make sense? A lot of little processes instead of one big one? This is extremely helpful advice, thanks again guys!while ($line_in_file = <INFILE>)
|
|---|