On Wednesday 24 October 2007 10:04, Chas. Owens wrote:
> On 10/24/07, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote:
> snip
>
> > chomp(@files = qx("cleartool desc -fmt "%[versions]p\n"
> > activity:$ENV{"CLEARCASE_ACTIVITY"}"));
>
> snip
>
> Your problem is the outer quotes. They don't belong th
Hi,
Sorry my mistake its not a shbang problem...
Yaron
- Original Message -
From: [EMAIL PROTECTED]
To: "Irfan Sayed (Irfan)" <[EMAIL PROTECTED]>
Cc: beginners@perl.org
Sent: Wednesday, October 24, 2007 7:06:47 PM (GMT+0200) Asia/Jerusalem
Subject: Re: qx string
Hi,
I
IL PROTECTED]>
To: beginners@perl.org
Sent: Wednesday, October 24, 2007 8:03:03 AM (GMT+0200) Asia/Jerusalem
Subject: qx string
Hi All,
I am executing following line in my perl script.
chomp(@files = qx("cleartool desc -fmt "%[versions]p\n"
activity:$ENV{"CLEARCASE_ACTIV
On 10/24/07, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote:
snip
> chomp(@files = qx("cleartool desc -fmt "%[versions]p\n"
> activity:$ENV{"CLEARCASE_ACTIVITY"}"));
snip
Your problem is the outer quotes. They don't belong there. You are
telling the shell to run the file named
"cleartool desc -
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
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:
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 %[vers
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