in reply to
Perl Script Calling Another Perl Script
If you want the second script to directly get/set variables in the first script, you can say
do "filename"
. See perldoc -f do. (That won't process any flags on the #! line, though.)
Comment on
Re: Perl Script Calling Another Perl Script
Download
Code
In Section
Seekers of Perl Wisdom