Dear monks,
I am running a perl script which uses 'system' to run (in a loop) a system executable file. The executable program produces a lot of text rubbish on the screen which I do not need: is there any way to have it run "quietly", without any screen text?
Many thanks for any advice!