Re: threads package missing is_running (solvedish)
by Bill Luebkert other posts by this author
May 6 2008 4:23AM messages near this date
RE: threads package missing is_running (solvedish)
|
RE: threads package missing is_running
Brian Raven wrote:
>
> > use vars qw ($counter $thr $thread $threads);
>
> Prefer declare variables lexically (i.e. my ...), unless you actually
> need to do otherwise.
Me too.
> > # Asynchronously join threads.
> > $threads = threads->list();
>
> Note that $threads contains a single thread object ...
Actually it doesn't - it contains the number of non-joined, non-detached
thread objects.
_______________________________________________
ActivePerl mailing list
ActivePerl@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
webmaster
Brian Raven
Brian Raven
Brian Raven
webmaster
Brian Raven
Brian Raven
Bill Luebkert
Andy Bach
webmaster
Andy Bach
Lyle - CosmicPerl.com Support
webmaster
Lyle - CosmicPerl.com Support
|