Re: Threads and Gtk2



On 10/19/05, Javier Godinez <godinezj gmail com> wrote:
Even when the variable is shared, I get the same behavior:

 my $keep_running : shared = 1;


You need to ...

use threads::shared;
.......(code)......
my $keep_running : shared = 1;
.......(code)......

That should work.

_Ofey.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]