>Stefan... > The line I'm trying to execute looks like: > >"/dir/dir2/program -a -a -B 50000000 -c $var1 -d value $var2&" > > I'm trying to do this with 'system' and failing. How would you >parse this run line for 'system' to execute? > -Chris
system '/dir/dir2/program -a -a -B 50000000 -c ' . $var1 . ' -d value '. $var2 .'&'; should work /Stefan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]