Pixel <[EMAIL PROTECTED]> writes:

> i've got to
> 
>     if (!connect($sock, $addr)) {
>       if ($timeout && $!{EINPROGRESS}) {
> 
> at /usr/lib/perl5/5.6.0/i386-linux/IO/Socket.pm:109
> 
> the $!{EINPROGRESS} is not set as it should, it doesn't even contain all the
> keys it should have... (and it haves in mdk7.2 with perl 5.600-17mdk)

the pb is in Errno.pm which is autogenerated. ``%!'' is tied to Errno.
perl 19mdk is fixed.

thanks, Pixel.

Reply via email to