Is it possible to create a subroutine inside another sub that is local only to the sub it is in?
I have several subs that are called based on protocol. I'd like each of them to have there own set of subroutines.
Is this just bad form, should I just use uniquley named global subs?