Re: Threads and Gtk2
- From: ofey aikon <ofey aikon gmail com>
- To: GTK2-Perl List <gtk-perl-list gnome org>
- Subject: Re: Threads and Gtk2
- Date: Wed, 19 Oct 2005 21:55:20 -0400
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]