in reply to Re^3: Best practices - if any?
in thread Best practices - if any?

"when you change a variable you can trace the effects of that change"

I forget so tell that this program is using threads and flow of control is made by locks, not by function parameters. I had to create a shared locking module to allow read by many write by one type access control. (At least I did not find suitable from CPAN.)

Some of us are putting global variables to a database - do you believe that?