From: Foo JH <jhf...@ex...> - 2006-10-03 04:45:12
|
Hi all, I'm trying to write an app that does work in the background, and the gui will show any updates based on the background job. The thing is, Perl's threading duplicates all variables. I wonder how in a new thread, I can continue to work on the control objects in the main thread. Any best practice in this area is appreciated. Thanks. |