lately, i have been thinking about how to introduce coding standard, best practices to our team. Perl is still a relative new language we use to write webapp. so the level of Perl knowledge people have here is not high. however, everyone seems busy working on something and it is hard to find a way to get everyone involved (even though we have copies of PBP).
then i listened the new perlcast audio on Perl::Critic. funny that my concern is exactly why the Perl::Critic author created the module.
I can even try check codes on perlcritic.com. the result i am getting is pretty good. high-lighting, different severity settings and detail explanations. fast and simple.
the next step is to get people run the code through Perl::Critic and get advice from there. :)
great module. thanks!