Re: STDIN and STDOUT on Windows

2004-01-14 Thread Peter Kay
[EMAIL PROTECTED] (Rob Dixon) wrote: > We Unix people find we Windows people very strange :) ... > test.pl < test.txt > and > type test.txt | perl test.pl > > are just two (increasingly weird) versions of > > perl test.pl test.txt > We Unix people want to rip out the operating system som

Re: STDIN and STDOUT on Windows

2003-07-21 Thread Rob Dixon
Mark Lobue wrote: > > -Original Message- > > From: LoBue, Mark [mailto:[EMAIL PROTECTED] > > Sent: Monday, July 21, 2003 9:26 AM > > To: '[EMAIL PROTECTED]' > > Subject: STDIN and STDOUT on Windows > > > > > > Hello, > > &

RE: STDIN and STDOUT on Windows

2003-07-21 Thread LoBue, Mark
> -Original Message- > From: LoBue, Mark [mailto:[EMAIL PROTECTED] > Sent: Monday, July 21, 2003 9:26 AM > To: '[EMAIL PROTECTED]' > Subject: STDIN and STDOUT on Windows > > > Hello, > > I normally use perl on a unix platform, but I needed to

STDIN and STDOUT on Windows

2003-07-21 Thread LoBue, Mark
st.pl I get: The process tried to write to a nonexistent pipe. or test.pl < test.txt I get nothing at all. Any tricks to using stdin and stdout on Windows or do I have to explicitly open files on that platform? Using Activestate 5.6 on Windows NT. -Mark -- To unsubscribe,