in reply to Re: Code reuse question (indent another level or non global subroutine or anonymous or sub _private_by_convention)
in thread Indent, anonymous sub, or lexical sub for module private code?

I didn't know that underscores were the convention for module code that should not be used outside the module. Now I do. That seems like the best good solution to my problem given the module code is already indented annoyingly far.

I'm glad I asked this, the answers here have been very helpful. I'll come up with more descriptive node names in future.

  • Comment on Re^2: Code reuse question (indent another level or non global subroutine or anonymous or sub _private_by_convention)