You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new IO::Socket without yet a filehandle inside it.
->connected accessor throws a warning:
getpeername() on unopened socket GEN1 at
/usr/lib/perl/5.10/IO/Socket.pm line 257.
This accessor can be easily fixed by testing if it's even open first;
perhaps by checking
defined fileno($sock) and getpeername($sock);
--
Paul Evans
The text was updated successfully, but these errors were encountered:
Migrated from rt.cpan.org#63052 (status was 'new')
Requestors:
From [email protected] on 2010-11-16 18:16:44:
The text was updated successfully, but these errors were encountered: