Re: Reading Term::ReadKey support for ActiveState Perl and Cygwin

2006-05-23 Thread Yitzchak Scott-Thoennes
On Sun, May 21, 2006 at 09:39:16PM -0400, Igor Peshansky wrote: > On Mon, 22 May 2006, Paul Dorman wrote: > > > Hi all, > > > > I've been racking my brains trying to read keystrokes in a Cygwin > > shell with ActiveState Perl. Has anyone worked out how to read > > individual keystrokes with a Perl

Re: Reading Term::ReadKey support for ActiveState Perl and Cygwin

2006-05-22 Thread mwoehlke
David Christensen wrote: Paul Dorman wrote: I've been racking my brains trying to read keystrokes in a Cygwin shell with ActiveState Perl. I recently evaluated Microsoft Services for Unix (SFU), which aims to provide a Unix subsystem and GNU tool chain running on top of the Windows kernel:

Re: Reading Term::ReadKey support for ActiveState Perl and Cygwin

2006-05-22 Thread Andrew DeFaria
Igor Peshansky wrote: On Mon, 22 May 2006, Paul Dorman wrote: Yes, I've done some more research and experimentation and determined the lack of STDIN and STOUT in Cygwin makes it impossible to do what I would like with ActiveState Perl. Huh? Cygwin does have STDIN and STDOUT -- they are just not

Re: Reading Term::ReadKey support for ActiveState Perl and Cygwin

2006-05-22 Thread Christopher Faylor
On Sun, May 21, 2006 at 11:20:09PM -0700, David Christensen wrote: >I recently evaluated Microsoft Services for Unix (SFU), which aims to >... >... >I hope to evaluate UWIN soon. Please don't discuss other, competing products here. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl

RE: Reading Term::ReadKey support for ActiveState Perl and Cygwin

2006-05-21 Thread David Christensen
Paul Dorman wrote: > I've been racking my brains trying to read keystrokes in a Cygwin > shell with ActiveState Perl. I've tried using ActiveState Perl with Cygwin more than once in the past (to experiment with Perl/Tk scripts?). It was difficult. I seem to recall that invoking ActiveState from

Re: Reading Term::ReadKey support for ActiveState Perl and Cygwin

2006-05-21 Thread Igor Peshansky
On Mon, 22 May 2006, Paul Dorman wrote: > Yes, I've done some more research and experimentation and determined > the lack of STDIN and STOUT in Cygwin makes it impossible to do what I > would like with ActiveState Perl. Huh? Cygwin does have STDIN and STDOUT -- they are just not bound to a conso

Re: Reading Term::ReadKey support for ActiveState Perl and Cygwin

2006-05-21 Thread Paul Dorman
Yes, I've done some more research and experimentation and determined the lack of STDIN and STOUT in Cygwin makes it impossible to do what I would like with ActiveState Perl. I don't mind Cygwin Perl at all, but here we must use the ActiveState implementation (by policy). Is this situation likely

Re: Reading Term::ReadKey support for ActiveState Perl and Cygwin

2006-05-21 Thread Igor Peshansky
On Mon, 22 May 2006, Paul Dorman wrote: > Hi all, > > I've been racking my brains trying to read keystrokes in a Cygwin > shell with ActiveState Perl. Has anyone worked out how to read > individual keystrokes with a Perl script running in a Cygwin shell or > SSH session? We have standardized on Ac

Reading Term::ReadKey support for ActiveState Perl and Cygwin

2006-05-21 Thread Paul Dorman
Hi all, I've been racking my brains trying to read keystrokes in a Cygwin shell with ActiveState Perl. Has anyone worked out how to read individual keystrokes with a Perl script running in a Cygwin shell or SSH session? We have standardized on ActiveState perl here (as not all servers are actuall