Posted on 2008-10-14 15:38:33-07 by robiwan in response to 8873
Re: Net::UCP Problem with timeout
Net::UCP Module Version: 0.38

Watch out UCP.pm line 91and line 150: Replace in both lines:
$timeout = $self->{TIMEOUT_OBJ}->timeout(); # false
to
$timeout = $self->{TIMEOUT_OBJ}->get(); # correct
Direct Responses: 9430 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.