in reply to Re: Perl Script Calling Another Perl Script
in thread Perl Script Calling Another Perl Script

Yup, as if the universe decided to prank on me (like when is it not), the answer basically fell into my lap just minutes after posting this.

In program one:

$out = `perl program2.pl "$var1" "$var2"`;
And in program two:
$output = "blah"; print $output;
And of course, it all works just fine for me.

*returns to banging head on desk