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: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to