in reply to Re: Re: Re: got Term::Twiddle working on Win32
in thread got Term::Twiddle working on Win32
Perl 5.6 introduced something called interpreter threads. Interpreter +threads are different from ``5005threads'' (the thread model of Perl +5.005) by creating a new perl interpreter per thread and not sharing +any data or state between threads by default. Prior to perl 5.8 this has only been available to people embedding per +l and for emulating fork() on windows.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: got Term::Twiddle working on Win32
by tachyon (Chancellor) on Feb 28, 2003 at 19:00 UTC |