in reply to unix commands

I am not sure using the system command but when I use backticks I use 2>filename to do this.
my $testpage = `/var/www/html/wvWare --config=/var/www/html/wvHtml.xml + 2>/dev/null /tmp/abc.tmp`;
(I use this to convert word docs to HTML on my Linux box.)
2> takes care of the errors. Maybe it will work on the system() command.

--BigJoe

Learn patience, you must.
Young PerlMonk, craves Not these things.
Use the source Luke.