"Andrei A. Voropaev" wrote:
> See the guide. Under modperl the output from system will not go to the
> user unless your perl was compiled with sfio. The reason for that I
> guess is that under modperl STDOUT is tied to a package, while system
> commands expect file descriptor. The easiest way to
Hi,
I've had this problem before, but never got to the bottom of it.
I'm cursed with a situation in which I need to run some .exe file from a
(mod)perl script. The program concerned is a console application so it
just writes its output on STDOUT. I need to re-direct that output to a
temporary