in reply to Perl system calls in csh Not executing!

Every invocation of system is a separate shell. If you want the effects of the "source" command to affect the later steps, you have to do them all in one system invocation.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re: Perl system calls in csh Not executing!