So today I asked the seemingly simple question of "What coding standards does the team go by?". I got "Coding standards?".
I got to look at the Perl code as well. It isn't too bad, though the no coding standards shows. It has its own logging system (I will introduce Log4perl or Log::Dispatch). It has its own configuration system (which I will replace with one of the Config:: modules).
They seem to be "half ass" (excuse my language) with both of those as well.
I am glad I like cleaning up code. : )