http://qs321.pair.com?node_id=1180898


in reply to Re: IPV6 Errors with IO::Socket
in thread IPV6 Errors with IO::Socket

I have version 1.31. Line 226 is :
if ( $fam_listen != $family ) { next LOOP_LRES; }
$fam_listen is set from the original call for a socket but is apparently sporadically missing on my OS. I can shut up the errors if I add an if($fam_listen) ... but tht would be wrong.