Hi,
From my main perl file I am calling another perl file which has many print commands. I would like to disable these prints without having to go into the called file and delete the print commands.
This is bothersome since I call the file with in a loop and the print outputs clutter my cmd line.
Is there a way to disable printing for some time so that eventhough the print function is called I dont see the output out on the screen.