I want do make a perl script that runs other scripts that compile parts of a project. And if i run with system another script it displayes the whole commands set that the script executes. I want to disable that echo (inhibate it or something like that) so only my script can display messages on the stdin.

Thank you!