From: jay@ro.bekkoame.ne.jp (Jun Ohya)
Subject: bash, tcsh and perl
16 Jan 1999 10:40:53 -0800
Message-ID: <01BE41A5.EDE3EF60.cygnus.gnu-win32@JONATHAN>
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-2022-JP"
Content-Transfer-Encoding: 7bit
To: "'gnu-win32@cygnus.com'" <gnu-win32@cygnus.com>


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>----

TIA

-- 
Jun Ohya
jay@ro.bekkoame.ne.jp

  
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
