in reply to Code style question

Having looked at your code, it looks pretty well-formatted to me. Code style is very much a matter of personal preference.

That said, don't indent all your lines in pod. In pod, whitespace is significant, and lines which are indented are treated as code blocks.

Replies are listed 'Best First'.
Re^2: Code style question
by AlexP (Pilgrim) on May 22, 2021 at 09:31 UTC

    Got it, will use whitespaces in pod more semantically.