pawa has asked for the wisdom of the Perl Monks concerning the following question:
Hi i am trying to run a tcsh script from within perl and having some problem. perl code looks like below
`tcsh -c runscript`where runscript contains
source setup; ....setup file contains
setenv DD "kk"when i run the perl script it gives the error setenv not found. could anybody point to what is going on
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problems while trying to run tcsh script from perl
by Laurent_R (Canon) on May 29, 2013 at 20:46 UTC |