It's a good idea to RTFM. There are several ways to execute a foreign program: qx// (aka backticks), system(), exec(), open().
It depends on what you want to do with that program: Do you only want to execute it, use system(). Do you only want to start it and leave your own program, use exec(). Do you want to communicate with it, use open(). Do you want to capture its output, use qx//.
--In reply to Re: execution of a C program
by fruiture
in thread execution of a C program
by navarrard
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |