[Perl Program] $testprog = "testprog"; $a=1; $b=2; $c="This is a test"; system($testprog $a $b $c)