Home > Archive > PerlTk > May 2007 > Tk + Threads example
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Tk + Threads example
|
|
| QoS@domain.invalid.com 2007-04-25, 10:01 pm |
|
Hi, just released a new program to CPAN called Shapeshifter.
It is a stripped-down version of my secure stream, chat, and
file transfer utility.
In case anyone wants to see a simple example of Tk and threads
the file can be found here:
http://www.cpan.org/authors/id/Q/QO/QOS/Utilities/
| |
| Marc Dashevsky 2007-04-25, 10:01 pm |
| In article <GDQXh.6872$Fc1.2151@trnddc05>, QoS@domain.invalid.com says...
>
> Hi, just released a new program to CPAN called Shapeshifter.
>
> It is a stripped-down version of my secure stream, chat, and
> file transfer utility.
>
> In case anyone wants to see a simple example of Tk and threads
> the file can be found here:
>
> http://www.cpan.org/authors/id/Q/QO/QOS/Utilities/
Thank you.
--
Go to http://MarcDashevsky.com to send me e-mail.
| |
| smallpond 2007-04-26, 7:02 pm |
| On Apr 25, 6:29 pm, Q...@domain.invalid.com wrote:
> Hi, just released a new program to CPAN called Shapeshifter.
>
> It is a stripped-down version of my secure stream, chat, and
> file transfer utility.
>
> In case anyone wants to see a simple example of Tk and threads
> the file can be found here:
>
> http://www.cpan.org/authors/id/Q/QO/QOS/Utilities/
First line is missing a '/'
#!/usr/bin/perl
| |
| QoS@domain.invalid.com 2007-04-26, 7:02 pm |
|
smallpond <smallpond@juno.com> wrote in message-id:
<1177607629.582978.30850@r3g2000prh.googlegroups.com>
>
>On Apr 25, 6:29 pm, Q...@domain.invalid.com wrote:
>
>
>First line is missing a '/'
>#!/usr/bin/perl
Ok thank you! Your help is greatly appreciated.
| |
|
|
|
|
|