system('run_my_program.sh'); #### #!/bin/sh my_program & #### system( "my_program &" );
## #!/bin/sh my_program & ##
## system( "my_program &" );