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.