Re: How to open PIPES

2002-01-30 Thread Jenda Krynicky
From: "Agustin Rivera" <[EMAIL PROTECTED]> > Ah...pipes. I know this has been asked a hundred times, too, but the > word comes up so much it's hard to make a search on. > > I have a telnet program that is capable of letting other programs > utilize it's STDIN and STDOUT. So, h

How to open PIPES

2002-01-30 Thread Agustin Rivera
Ah...pipes. I know this has been asked a hundred times, too, but the word comes up so much it's hard to make a search on. I have a telnet program that is capable of letting other programs utilize it's STDIN and STDOUT. So, how do I open the program and pipe the data into and to a Perl script?