From: corinna DOT vinschen AT cityweb DOT de (Corinna Vinschen) Subject: Re: bash, tcsh and perl 16 Jan 1999 20:11:22 -0800 Message-ID: <36A12E25.92A2AB45.cygnus.gnu-win32@cityweb.de> References: <01BE41A5 DOT EDE3EF60 AT JONATHAN> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Jun Ohya <jay AT ro DOT bekkoame DOT ne DOT jp>, gnu-win32 AT cygnus DOT com Jun Ohya wrote: > > I've installed cygwin32 B20.1 and ActiveState perl 509 on Win95. > > Using bash, the following script runs as expected, printing results on the bash screen. > > Using tcsh from ftp.franken.de, a DOS window pops up, prints the results > there and exits, taking the DOS window with it. > If I run the script from the command prompt as "perl test.pl", > the output is shown on the same tcsh screen. > > Is this the normal behavior for tcsh? Or can a tweak my .tcshrc so it will > act the same as bash? > > ----<snip>---- > ~>cat test.pl > #!perl > print "No more windows, please!\n"; > ----<snip>---- Seems to be a effect only with ActiveState perl. I'm using cygwin ported perl5.00501 and I got output into the terminal/console window, regardless of the used shell and the CYGWIN=[no]tty mode. Regards, Corinna - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".