in reply to Re: Thread implementation for Win32::GUI
in thread Thread implementation for Win32::GUI

Thx Corion. Could you please let me know where to start thread, after "$main = Win32::GUI::Window->new( -name => 'Main', -width => 500, -height => 800, -text => 'Perl', -minsize => 500, 800, );" or before that??
  • Comment on Re^2: Thread implementation for Win32::GUI