Brian Raven wrote:

> Backticks only capture output from stdout, while error messages are
> generally output on stderr. In unix-like shells it usual to redirect
> stderr to stdout by adding 2>&1 to the command line. I don't know if it
> works the same on win32, but it might be worth a try, if that is your
> platform.

Yes, it works.

-- 
Serguei Trouchelle
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to