Tuesday, February 05, 2002, 5:34:42 PM, you wrote:
wv> I don't understand your question.
> Do you don't want use IO::Socket but the low level socket function
the IO::Socket function cannot timeouts (in FTP connection, POP3...) :(
and more FTP servers is too stupid :) and my client wait for
I don't understand your question.
Do you don't want use IO::Socket but the low level socket function
Walter
>why i open socket with Socket(); to host "localhost", protocol "tcp" &
>port "110" {for POP3}
>
>i can it make on
why i open socket with Socket(); to host "localhost", protocol "tcp" &
port "110" {for POP3}
i can it make only with
IO::Socket::INET->new(PeerAddr=>$host, PeerPort=>$port, Proto=>$proto);
:
:.. Roman Fordinal
:.: [EMAIL P