in reply to Re^3: Perl Tk Asynchronous Progress Updates
in thread Perl Tk Asynchronous Progress Updates

I see. I was hoping to avoid threads, but I guess I might have to end up using them after all. I suppose this means I will have to share data between them using threads::share in order to update the progress widget part of the main thread.

thanks for the advice,

Hermes

  • Comment on Re^4: Perl Tk Asynchronous Progress Updates