in reply to Re: Business::OnlinePayment sub redefined warnings
in thread Business::OnlinePayment sub redefined warnings
You are missing something. The variable names are irrelevant -- you get the same warnings if you use different variables. It's also perfectly legal to overwrite a variable with a new instance of an object, but that has nothing to do with the bug.