From: pete@horus.cix.co.uk (Pete Jordan)
Subject: Re: Perl and bash
31 Aug 1998 19:27:24 -0700
Message-ID: <memo.19980831152544.369B.cygnus.gnu-win32@horus.horus.cix.co.uk>
References: <TFSINUHC@armature.com>
Reply-To: pete@horus.cix.co.uk
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
To: gnu-win32@cygnus.com

Robin Crampton <rcrampton@armature.com> wrote:

> Running this program:
> 
>  #!/usr/local/perl/qub/perl -w
>  print "Your name? ";
>  $name = <STDIN>;
>  chomp ($name);
>  print "Welcome $name!\n";
> 
> The third line doesn't block.

Known problem. Try adding "tty" to your CYGWIN32 environment variable.

Pete Jordan ~ Horus Communications Ltd ~ http://www.horus.cix.co.uk/

"'Not twisted,' Salzy once said of her own passion, 'it is helical.
 That sounds better.'"
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
