On Thu, 9 Aug 2012 12:20:33 +
Bob McConnell wrote:
> My first step would be to log into the problem machine as the same
> user the command runs under, then try to run it manually. The error
> messages there should point you toward the problem. If it runs, then
> there has to be a difference i
> From: Shawn H Corey
>
> On Thu, 9 Aug 2012 15:17:57 +0800 (SGT)
> venki neeli wrote:
>
> > What may be the problem? is it with version of perl? or perl module
> > problem?
>
> It may be a difference in the shell. When there are metacharacters
> present, system uses sh(1) to interpret them. Tr
On Thu, 9 Aug 2012 15:17:57 +0800 (SGT)
venki neeli wrote:
> What may be the problem? is it with version of perl? or perl module
> problem?
It may be a difference in the shell. When there are metacharacters
present, system uses sh(1) to interpret them. Try this on your
machines to see if they're
>
> From: midhun
> To: Hal Wigoda
> Cc: venki neeli ; perl list
> Sent: Thursday, 9 August 2012 12:01 PM
> Subject: Re: system command not working in different versions
>
> Neeli, Hal is right. Try $which perl from your shell. The location
roblem? is it with version of
perl? or perl module problem?
Regards,
Neeli
From: midhun
To: Hal Wigoda
Cc: venki neeli ; perl list
Sent: Thursday, 9 August 2012 12:01 PM
Subject: Re: system command not working in different versions
Neeli, Hal is right.
>
> >
> > From: midhun
> > To: venki neeli
> > Cc: perl list
> > Sent: Wednesday, 8 August 2012 3:55 PM
> > Subject: Re: system command not working in different versions
> >
> > One suggestion. Did you compare
ow.pl) are in same location.
>
> Regards,
> Neeli
>
>
>
> From: midhun
> To: venki neeli
> Cc: perl list
> Sent: Wednesday, 8 August 2012 3:55 PM
> Subject: Re: system command not working in different versions
>
> One suggestion. Did
> From: midhun
> To: venki neeli
> Cc: perl list
> Sent: Wednesday, 8 August 2012 3:55 PM
> Subject: Re: system command not working in different versions
>
> One suggestion. Did you compare the shebang line of your submit_now.pl
> and
> your perl executable loca
August 2012 3:55 PM
Subject: Re: system command not working in different versions
One suggestion. Did you compare the shebang line of your submit_now.pl and
your perl executable location in the 2nd machine where it is not working.
Regards,
Midhun
On Wed, Aug 8, 2012 at 11:48 AM, venki neeli
On Wed, 8 Aug 2012 15:55:34 +0530
midhun wrote:
> One suggestion. Did you compare the shebang line of your
> submit_now.pl and your perl executable location in the 2nd machine
> where it is not working.
>
> Regards,
> Midhun
>
> On Wed, Aug 8, 2012 at 11:48 AM, venki neeli
> wrote:
>
> > Dear
One suggestion. Did you compare the shebang line of your submit_now.pl and
your perl executable location in the 2nd machine where it is not working.
Regards,
Midhun
On Wed, Aug 8, 2012 at 11:48 AM, venki neeli wrote:
> Dear Friends,
>
> I am developing a script in which I need to call another pe
You might want to tell us what's the output for error.
Some reasons include the file path, the permissions etc.
I am developing a script in which I need to call another perl script.
In one linux machine it is working and in the other machine it is not working.
Ex:- system("./submit_now.pl $xx
12 matches
Mail list logo