On Mon, 9 Sep 2002, Javeed SAR wrote:

> Hi,
> 
> I printed the statement:
> print cwd;
> it's in right path, but the program comes out in c:\, i want the cursor to
> be in m:\test_merge1, in this dir i am executing a command, which is not
> executing?

The chdir inside your perl program will not reflect back on your parent 
shell. When your program finishes you will be back to the dir you started 
from.

> chdir " M:\\test_merge1" ;
> @cmd=`cleartool setcs -current`;

Check the $? variable for the exit status, this will give you more 
information about the error.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to