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

Yeah, that is the answer that basically fell on my head just minutes after making my post. Though my variant encloses $var1 and $var2 in double quotes. The reason for that is if either of them contain any spaces, the backtick will parse out the spaces as a break between arguments being passed, and I don't want that to happen.
  • Comment on Re: Re: Perl Script Calling Another Perl Script