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.
In reply to Re: Code style question
by tobyink
in thread Code style question
by AlexP
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |