Re: "Your vendor has not defined Socket macro AI_ADDRCONFIG"

2016-01-25 Thread Alexandr Ciornii
m/en-us/library/windows/desktop/ms738520%28v=vs.85%29.aspx ) -- Alexandr Ciornii, http://chorny.net

Re: StrawberryPerl and the OpenSSL heartbleed bug

2014-04-16 Thread Alexandr Ciornii
it matter if you are only using client-side SSL, if you are not running a server with Strawberry but just connecting to sites? -- Alexandr Ciornii, http://chorny.net

fork emulation / kill

2010-08-24 Thread Alexandr Ciornii
Is it possible to kill a thread that was created by fork()? signal to pid of thread results in termination of whole program kill( 2, $pid ); #$pid - pid of forked thread Whole program dies with: Terminating on signal SIGINT(2) -- Alexandr Ciornii, http://chorny.net

Re: Issues while using perl 5.8.9 version

2010-08-18 Thread Alexandr Ciornii
.        Any help will be appreciated. As usual, you can install modules from CPAN (if you are using Strawberry Perl). Launch cpan client and type install Win32::Console. -- Alexandr Ciornii, http://chorny.net