in reply to Using perl to call a shell command?

Depending on what you want, system, qx// (`backticks`), or (unlikely) exec. Look at the perldocs.

After Compline,
Zaxo

  • Comment on Re: Using perl to call a shell command?