Well, you have several options you could try, depending on exactly what you want to do. First, you can use either the exec() or the system() perl functions. They are very simlar, but with one essential difference. If you use the exec() function, then the perl script terminates once it reaches...