Help for this page
[Perl Program] $testprog = "testprog"; ... $b=2; $c="This is a test"; system($testprog $a $b $c)
[in Shell script "testprog"] a=$1 ... echo $a = 1 echo $b = 2 echo $c = "This"