Thanks Brian
I think my brain has a memory leak. I read the -elide option
documentations and never made the connection.
-Original Message-
From: Brian Raven [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 31, 2005 11:42 AM
To: activeperl@listserv.ActiveState.com
Subject: RE: Tk ta
typing "perl" into the search widget at www.gams.com gives three
pages, one of which is
http://www.gams.com/presentations/poster_gams-x.pdf
which appears to be a commercial product promising some kind of Perl interface.
GAMS appears to be a console-driven application with file configuration, and
Conrad, Bill (ThomasTech) wrote:
> Hi All
>
> In PERL 5.8.6 Build 811 the Tk tagConfigure -state option was
> removed. Is this an oversight or was there a reason for this?
>
> Previously the -state option allowed for text on the
> screen to be
> hidden.
>
> -state => state
> St
Hi All
In PERL 5.8.6 Build 811 the Tk tagConfigure -state option was
removed. Is this an oversight or was there a reason for this?
Previously the -state option allowed for text on the screen to be
hidden.
-state => state
State specifies if the text is hidden or normal. H
Foo Ji-Haw wrote:
> Hello Brian,
>
> Thanks for responding to my call for help.
>
> Thanks for confirming my concerns on objects not being able to share
> across threads. I have a logger object which I want my
> threads to share
> and use. Is there any good workaround on this, short of just
> ca
Hello Brian,
Thanks for responding to my call for help.
Thanks for confirming my concerns on objects not being able to share
across threads. I have a logger object which I want my threads to share
and use. Is there any good workaround on this, short of just calling the
class methods?
To clarify
Foo Ji-Haw wrote:
> Hi all,
>
> I am exploring the use of ithreads in a service application that I am
> developing. Generally, the main thread is a
> SOAP::Transport::HTTP daemon
> that spawns worker threads at the onset. Whenever it receives a SOAP
> method call, it will send out jobs to the work