On Wed, October 24, 2007 6:12 am, Sayed, Irfan (Irfan) wrote:
> Hi All,
>
> I am executing following line in my perl script.
>
> chomp(@files = qx("cleartool desc -fmt "%[versions]p\n"
> activity:$ENV{"CLEARCASE_ACTIVITY"}"));
>
> But i am getting following error when i execute the script.
>
> sh: cleartool desc -fmt %[versions]p: not found
> sh: activity:: not found
>
> As per my understanding, double quotes inside the qx is causing the
> prob.
>
> Please guide how to resolve this.
>
> Regards
> Irfan.
Deliniminate any needed quotes within the quotes with "\".
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/