in reply to Shell Source

What is the shell script source? If that shell script is printing stuff, maybe that's intended? I would make the commands in the sourced shell script silent.

Have you looked at the documentation?

Also, if you're just interested in setting up some environment variables, consider just using Get default login environment.

Replies are listed 'Best First'.
Re^2: Shell Source
by doubledecker (Scribe) on Jul 12, 2012 at 10:37 UTC
    when i manually source the file, it isn't printing anything on the console. I need to run .cshrc file to import all the environment variables in to my Perl script.