mithun_rh has asked for the wisdom of the Perl Monks concerning the following question:

Hi I have a perl script test.perl and one more script another.perl, I want to execute another.perl using test.perl. I want to run only test.perl and another.perl must be executed in that run itself. Please help me.

Replies are listed 'Best First'.
Re: Executing one script from another
by JavaFan (Canon) on Nov 11, 2010 at 11:15 UTC
    You have several options: system, qx, open, exec, do. Read their manual pages. Read the perlipc manual page.
    A reply falls below the community's threshold of quality. You may see it by logging in.