in reply to Re: Passing a duration time from 1 subroutine to another
in thread Passing a duration time from 1 subroutine to another

Thanks Stevie!, I initialized a new attribute called (_duration_time)in my constructor and passed the duration time from the loop into this constructor variable. I am now able to access the duration times in my cleanup sub. Thanks! My new issue now is, I cant get the very first testcase time when I run the testsuite. It gives me a "HASH(0x6c64344)" for the time. All other times are fine. This sounds like there is no time for the first test YET, so it logs the memory data. Is there a way around this?

  • Comment on Re^2: Passing a duration time from 1 subroutine to another