in reply to Disable Print Function for some time

select a different filehandle, or close STDOUT, or write a function that takes a filehandle as argument, and prints to that filehandle instead of the default handle.
  • Comment on Re: Disable Print Function for some time