in reply to Re: Re: bidirectional client
in thread bidirectional client
As of VERSION 1.18 all IO::Socket objects have autoflush turned on by default. This was not the case with earlier releases.Is some.com what you are actually trying to connect to? I get connection refused (I'd rather not mock up my own server that may or may not be anything like what is in your environment). A sample transcript (data entered on STDIN) might prove useful as well.
I changed PeerPort to 80 and enter GET / HTTP/1.0 and receive multiple lines as a response.
--
perl -p -e "s/(?:\w);([st])/'\$1/mg"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: bidirectional client
by learningperl (Initiate) on Nov 26, 2001 at 02:58 UTC | |
by belg4mit (Prior) on Nov 26, 2001 at 07:21 UTC |