$output = `foo.pl $arg1 $arg2`; system("foo.pl $arg1 $arg2"); system("foo.pl", $arg1, $arg2);