in reply to Re^2: Why so slow when using Perl/Tk?
in thread Why so slow when using Perl/Tk?
You are writing each line separately?
I suggest storing everything you want to write in a variable, and then write it all out in one big I/O operation. The writing process should be faster, and AV/Sec software won't be tempted to rescan the changed file fifty thousand times.
|
|---|