Re[2]: open socket

2002-02-05 Thread Roman Fordinal
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

Re: open socket

2002-02-05 Thread walter valenti
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

open socket

2002-02-05 Thread Roman Fordinal
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