Re: c shell commands in perl script

2002-10-30 Thread Jon Disnard
uh The obvious answer is to drop into a c shell and try the commands. In other words, type "csh" in your bash shell, and learn the c shell. Some things are different in csh, like setenv, builtin's, and a few other esoteric things. Elanchezhian Sivanandam wrote: hi, i have to give a

Re: c shell commands in perl script

2002-10-30 Thread Tanton Gibbs
more perl. Tanton - Original Message - From: "Peter Scott" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 11:23 AM Subject: Re: c shell commands in perl script > > In article <000f01c2802a$a988ece0$80b59c42@brooklyn>, >

Re: c shell commands in perl script

2002-10-30 Thread Peter Scott
- >From: "Elanchezhian Sivanandam" <[EMAIL PROTECTED]> >To: "beginners" <[EMAIL PROTECTED]> >Sent: Thursday, October 31, 2002 1:45 AM >Subject: c shell commands in perl script > > >> hi, >>i have to give a set of commands from a perl

Re: c shell commands in perl script

2002-10-30 Thread Tanton Gibbs
OTECTED]> To: "beginners" <[EMAIL PROTECTED]> Sent: Thursday, October 31, 2002 1:45 AM Subject: c shell commands in perl script > hi, >i have to give a set of commands from a perlscript in bash and c > shell depending on an argument. >since my default s

c shell commands in perl script

2002-10-30 Thread Elanchezhian Sivanandam
hi, i have to give a set of commands from a perlscript in bash and c shell depending on an argument. since my default shell is bash the commands i give work. but for c shell the set of commands don't execute. i mean the subsequent commands after i go to c shell (system