I am trying to invoke a source a .csh file in a shell script. But when I try to execute through perl through system comand it gives the error setenv command not found. system command invokes a bash shell. Is there anyway to invoke a shell through system command so that my sourcing works? Below is the code:
Re: [rovf] invoking cshell using system command
[In reply to]
Can't Post
Sorr for not mentioning properly in the question. What I was asking is, is there a possibility for invoking a c shell through system command so that my sourcing works?