in reply to system calls question
I'm really going to agree that it's just as efficient to run these via cron/batch/shell. If there is a specific purpose to running them from a perl script I would suggest the do 'x.pl' or forking (depending on your needs) methods described above.
|
|---|