in reply to Re^2: Thread implementation for Win32::GUI
in thread Thread implementation for Win32::GUI
If you add:
use strict; use warnings;
To the top of your program and then fix-up all the warnings you get; and then format your code so that it is readable; and post that.
And then explain why you are defining functions within functions?
And then explain what problems you are having adding threading?
You might get some help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Thread implementation for Win32::GUI
by ckant8 (Acolyte) on Mar 28, 2013 at 08:30 UTC | |
by jellisii2 (Hermit) on Mar 29, 2013 at 13:29 UTC |