in reply to Re: Net::LDAP giving I/O Errorin thread Net::LDAP giving I/O Error
...it is unhealthy to remain near things that are in the process of blowing up. man page for WARP, by Larry Wall
18c18 < my $ldap = Net::LDAP->new($dc, port => 636, scheme => 'ldaps') or di +e "$@"; --- > my $ldap = Net::LDAP->new($dc) or die "$@"; [download]