(no subject)

2005-09-14 Thread Sergey Cherniyenko
Hello, perl-win32-users, Wednesday, September 14, 2005, 12:35:45 PM, You wrote: S Hi, S Basically, I want to be able to write in a perl script: S print VALUE, \n; S and have it print out the value returned by a subroutine. Something like S (which won't compile): S use warnings S use constant

(no subject)

2005-03-03 Thread Sergey Cherniyenko
Hello, perl-win32-users, I'm now playing with ithreads in perl 5.8.6 b811. When I terminate main thread I see on stdout warning A thread exited while 2 threads were running. It described in docs for use threads pragma. The question is: Will main thread terminating when other threads exist