in reply to Executing a perl script from a perl script???
Depending on exactly what you want to do, you'll need qx(), system, exec or fork. There are other options, but those are the most common. Try reading the documentation on those and seeing which fits your needs best.
--"The first rule of Perl club is you don't talk about Perl club."
|
|---|