Thanks raymond . it's working now.

Regards
Irfan Sayed

 



"Raymond Raj" <[EMAIL PROTECTED]> 
04/06/2006 11:23 AM
Please respond to
<[EMAIL PROTECTED]>


To
Irfan J Sayed/India/[EMAIL PROTECTED], <beginners@perl.org>
cc

Subject
RE: perl help : escape character








> -----Original Message-----
> From: Irfan J Sayed [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 06, 2006 11:29 AM
> To: beginners@perl.org
> Subject: perl help : escape character
> 
> 
> Hi All,
> 
> I am running following clearcase command 
> 
> my @activity = `$CT lsactivity -short -invob \Irfan_Test`;
> 
> where \Irfan_Test  is the vob tag
>

try eith using double escape

my @activity = `$CT lsactivity -short -invob \\Irfan_Test`;

Raymond




Confidentiality Notice: This transmittal is a confidential communication. 
If you are not the intended recipient, you are hereby notified that you 
have received this transmittal in error and that any review, 
dissemination, distribution or copying of this transmittal is strictly 
prohibited. If you have received this communication in error, please 
notify this office immediately by reply and immediately delete this 
message and all of its attachments, if any.

Reply via email to