Monks,
What's your advice on saving large text (50+M) from a scrolled text widget to a file? I tried $text->get('1.0','end') which works fine with resonably-sized data. Yet this approach does not work with huge files. I run out of memory rather quickly! Is there a trick to save data line by line from a scrolled text widget rather than as data slurped into a single variable? Any ideas how to get around this? Thank you all.