No error messages, It prints: cleartool desc attype:SYNC_CHECK@vob://train
Regards j -----Original Message----- From: Tanton Gibbs [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 12:53 PM To: Javeed SAR; Sudarshan Raghavan; Perl beginners Subject: Re: statement What does your error message say? ----- Original Message ----- From: "Javeed SAR" <[EMAIL PROTECTED]> To: "Tanton Gibbs" <[EMAIL PROTECTED]>; "Sudarshan Raghavan" <[EMAIL PROTECTED]>; "Perl beginners" <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 3:19 AM Subject: RE: statement > yes that is right, that part is wroking. > my problem is in second part: > @attt = "cleartool desc attype:$cmd2\@vob://$cmd1"; > I f i give the same command prompt it's working > i.e > c:>cleartool desc attype:SYNC_CHECK@vob:/train > > Regards > j > > > > -----Original Message----- > From: Tanton Gibbs [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 07, 2002 12:45 PM > To: Javeed SAR; Sudarshan Raghavan; Perl beginners > Subject: Re: statement > > > > @cmd_merge=`cleartool lstype -kind attype -s -invob \\$cmd1`; > Here you use backslashes \\ > > > @attt = "cleartool desc attype:$cmd2\@vob://$cmd1"; > Here you use forwardslashes // > > Why the change? >