Which is generally considered the best practice way of executing system commands from within a Perl program?

Should I use backticks or qx//, system(), or exec()?

Or is there no "best way" and it's just a matter of what you want to return?

--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to