Hi,

I am trying to create a program using Win32::GUI that uses more threads. A
few threads should connect to a server and download data permanently, and
other threads should updated some list views with that data

For doing this I need to use threads::shared and share some variables like
$Win and other variables like $ListView, but if I try to share them I get
errors like:

Invalid value for shared scalar at program.pl line 19.

Are there any examples of using threads with objects, references that could
help me learn how to use threads with Win32::GUI?

Thank you.

Teddy


Reply via email to