On 11-04-05 10:11 AM, Chap Harrison wrote:
Is there any reason not to just use qx?

If you use open, any error is in $! which gives you somewhere to start looking if something goes wrong. If you use qx() or back-ticks, any error is in $? which is the child error. This is not an error message but a number which you have to decode and it might lead you to the problem.


--
Just my 0.00000002 million dollars worth,
  Shawn

Confusion is the first step of understanding.

Programming is as much about organization and communication
as it is about coding.

The secret to great software:  Fail early & often.

Eliminate software piracy:  use only FLOSS.

--
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