I am doing some simple text conversion in Perl/Tk and then save data from a scrolled text using $mw->getSaveFile(). It all works fine. However, after closing the file handle, I still cannot access the file saved in its entirety while the Perl/Tk application is open. Is this by design? Is there a trick to get access to the file while the application is in the background/minimized?
Thank you guys.
Maimonedis