I want to create a stand-alone logging module which I can use with multiple, possibly computationally intensive numeric schemes.
While I could open my filehandles in each of the main scripts, and then simply call the logging routine with the appropriate filehandle I was hoping to isolate the logging and the files completely within my module.
Is it possible to declare multiple file handles globally within an external module and use them on multiple function calls to that module?
-muoyoIn reply to Re^2: Intelligent logging
by Muoyo
in thread Intelligent logging
by Muoyo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |