Hello Everyone:
With Perl, I can clear buffers and force print using $| = 1;
How can I force a print/insert in perl::tk in a rotext widget?
At the moment, all the inserts occur at the end of the program. I would like to have the inserts occur through out the run rather than at the end.
Thanks,
Parke
With Perl, I can clear buffers and force print using $| = 1;
How can I force a print/insert in perl::tk in a rotext widget?
At the moment, all the inserts occur at the end of the program. I would like to have the inserts occur through out the run rather than at the end.
Thanks,
Parke