## print.pl my $arguments = 'beep'; my $var = `perl process.pl $arguments`; print $var;