perlsyntax <[email protected]> wrote: > >I just want to know could it be done makeing my own socket tool that >connect to two server at the same time.And what link do i need to look at?
You can certainly connect to two (or any number) servers at the same time, but you have to create two sockets to do it. -- Tim Roberts, [email protected] Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list
