Hi All, This used to work:
$socket->recv($line, 34);
but the syntax has changed in 1.99_14, so I modified it to be:
$line = $socket->recv(34);
But I am getting this error:
[error] APR::Socket::recv: Resource temporarily unavailable at ...pm line 117
OBAny other obvious changes in APR::Socket that I missed here?
Jie
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html
