in reply to Re: Problem undefining a variable in a loop using a module causing a list to not empty after use of a subroutine
in thread Problem undefining a variable in a loop using a module causing a list to not empty after use of a subroutine

every time through the loop, the @classes variable is destroyed

I thought as much, so the problem is with Classes.pm somewhere. For some reason (%|@)classes is retaining data from previous loops. Every effort I have made to undefined both of those values has failed. I may need a whole new approach.

Have a nice day!
Lady Aleena
  • Comment on Re^2: Problem undefining a variable in a loop using a module causing a list to not empty after use of a subroutine
  • Select or Download Code