in reply to Global or not global
Function a uses b and b has to use c. That means you have to insert dbhandle in the function signature of b even if b doesn't need it by itself.
I don't think it means that, I think it actually means dbhandle should be an attribute instead of an argument
|
|---|