in reply to
Invoking Perl script from a perl script
you can invoke in your perl script by the following statement.
require 'test.pl';
[download]
Comment on
Re: Invoking Perl script from a perl script
Download
Code
In Section
Seekers of Perl Wisdom