in reply to Re: Perl Script Calling Another Perl Script
in thread Perl Script Calling Another Perl Script
In program one:
And in program two:$out = `perl program2.pl "$var1" "$var2"`;
And of course, it all works just fine for me.$output = "blah"; print $output;
*returns to banging head on desk
|
|---|