http://qs1969.pair.com?node_id=586983


in reply to Re^2: perl socket doesn't work anymore
in thread perl socket doesn't work anymore

Hi,

Looks ok for me. On your code replace:
$self->Usage ("Can't start client: $!");
with
$self->Usage ("Can't start client: $@");
And now, when you say it don't work, you mean that, more specificly? The socket is not opening, which error are you getting in $@?

TheMage
Talking Web