kprasanna_79 has asked for the wisdom of the Perl Monks concerning the following question:
But i am getting The connection with the server was reset error. I am using IE and Apache 1.3. Any suggestion would be appreciated.my $buf; binmode STDOUT; while (read($fh,$buf,1024)) { if ($params->{win32_text}) { $buf =~ s/\n/\r\n/g; } print $buf; } } undef $fh;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: The connection with the server was reset
by Anonymous Monk on Aug 13, 2009 at 11:40 UTC |