> -----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