in reply to External C ran from External Perl ran from CGI

If your script isn't collecting the output, don't use backticks (or in this case, the qx// operator).

Use the system() command instead, and investigate your problems with the returned value.

--
[ e d @ h a l l e y . c c ]