pmcmicha
Technical User
- May 25, 2000
- 353
I have a subroutine which will display the current time for a log file.
CURRENT_TIME STUFF,ETC,ETC
CURRENT_TIME MORE STUFF,ETC
During the course of the script, I call a number of subroutines for other information to be printed out to the log file. I would like to call the CURRENT_TIME subroutine from within another subroutine. But each time I try, it just ignores the entry and continues on with its normal processing. I have checked my PERL book, but I have come up with nothing on this, can this be done?
Thanks in advance.
CURRENT_TIME STUFF,ETC,ETC
CURRENT_TIME MORE STUFF,ETC
During the course of the script, I call a number of subroutines for other information to be printed out to the log file. I would like to call the CURRENT_TIME subroutine from within another subroutine. But each time I try, it just ignores the entry and continues on with its normal processing. I have checked my PERL book, but I have come up with nothing on this, can this be done?
Thanks in advance.