Date: Tue, 12 Nov 2002 08:15:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Ian Chapman cc: djgpp AT delorie DOT com Subject: Re: djgpp or perl? In-Reply-To: <3DD06617.A928393C@junk.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 11 Nov 2002, Ian Chapman wrote: > I know and I did and I've tried ctl [a-zA-Z] too. Ctl C followed by > CR gets me out of perl. I've also noted a side issue in that doing ctl > [a-zA-Z] eventually controlls the my printer. I'm only interested in > signaling to perl that I've ended input into the array. Since this does > not seem to be a known djgpp issue I guess I'd better look at the perl > sources. If Perl uses termios, it might be a bug in our termios emulation, or it might be that you need to tell termios to treat Ctrl-D as EOF (I don't remember if that is the default).