On Wed, 8 Aug 2012 15:55:34 +0530
midhun <midhun...@gmail.com> 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
> <venki_neeli...@yahoo.com>wrote:
> 
> > Dear Friends,
> >
> > 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 $xxxx");
> >
> > can you please, tell me what is the reason?
> > and as well solution.
> >
> > Regards,
> > Neeli

Does this work on all machines?

    system("perl ./submit_now.pl $xxxx");


-- 
Just my 0.00000002 million dollars worth,
  Shawn

Programming is as much about organization and communication
as it is about coding.

        _Perl links_
official site   : http://www.perl.org/
beginners' help : http://learn.perl.org/faq/beginners.html
advance help    : http://perlmonks.org/
documentation   : http://perldoc.perl.org/
news            : http://perlsphere.net/
repository      : http://www.cpan.org/
blog            : http://blogs.perl.org/
regional groups : http://www.pm.org/

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to