in reply to
executing a perl scripts within another perl script
Take a look at
perldoc -f do
to start. You may however, want to consider refactoring a little -- also look at
perldoc -f require
and
perldoc perlmod
for other methods.
Comment on
Re: executing a perl scripts within another perl script
Select
or
Download
Code
In Section
Seekers of Perl Wisdom