I try to do source action from perl script .the perl scrpit is trying to do :
system ('source "my_file")
the file being sourced contains setenv, echo, and alias cmd (a csh file)
when invoking the perl script it state that "setenv :command not found"
can anyone expain why it does not work ?
system ('source "my_file")
the file being sourced contains setenv, echo, and alias cmd (a csh file)
when invoking the perl script it state that "setenv :command not found"
can anyone expain why it does not work ?
Comment