hello, i know that i can use unix commands in perl using:
system()
or writing the command between ``
and when i running the script, the commands are shown in the terminal window.
i wanted to know how can i prevent those command from shown in that window?
thank you, sagi