I am changing the default filehandle using select and I'd like this to be in effect even when I call a subroutine from another module. I've written my own module but it seems that whenI call a subroutine in this module the default filehandle is still STDOUT for the module subroutines.
If there's a way to do what I want please let me know.