in reply to Re: Re: Sending STDOUT to Multiple Sockets
in thread Sending STDOUT to Multiple Sockets
in all of the appropriate locations and always got a warning about using an unitialized value. I think part of the problem is that the original C code (this is a wrapped C API I am using) actually uses a pointer to STDOUT instead of STDOUT proper. I don't know if this would be a significant issue but I'm starting to think it is.tie *STDOUT, 'IO::Scalar', \$a; ...stuff... print $client $a; untie *STDOUT;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 4: Sending STDOUT to Multiple Sockets
by tilly (Archbishop) on Aug 18, 2001 at 23:03 UTC |