Hi All,
I am executing a command from command line, it working fine,when i give in perl it's not working. The command which i gave in command line is : c:>cleartool desc attype:SYNC_CHECK@vob:/train what i gave in perl is as follows: I am passing the variable here instead of SYNC_CHECK. @attt = `cleartool desc attype:$cmd2\@vob://$cmd1`; Is something wrong here?? TIA j