On Sat, Jan 12, 2002 at 08:14:04AM +0000, Benjamin Smith wrote:

> open(TTYOUT, ">/dev/tty");
> open(TTYIN, "</dev/tty");
> print TTYOUT "Hello World!";
> $abc = <TTYIN>;
> close(TTYIN);
> close(TTYOUT);

OK, I'll give it a try.  I never got around to trying to fix it.  I
just found a work around instead.  Thanks.

-- 
Chris          Linux is the answer.  Now, what was your question?

Reply via email to