John Davis wrote:
> A couple of quick questions, it is considered "bad" perl
> programming (from a style perspective) to ever use the system()
> command to call UNIX level commands in a script, or should the
> "backtick"/exec method be used at all times (if possible).
Short answer: No.
When reading your message, I can't help getting the feeling that you
haven't studied the docs for system()
perldoc -f system
respective backticks (or the qx// operator)
perldoc perlop
Please do so, and come back if that does not answer you questions.
--
Gunnar Hjalmarsson
Email:
http://www.gunnar.cc/cgi-bin/contact.pl