your string is not getting interpolated for $cmd2 bacause you are using `` instead of '' or "" . If you want to use `` then don't use $cmd2 or split the string into many.
--- Javeed SAR <[EMAIL PROTECTED]> wrote: > 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 > __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]