in reply to What Worked In My 1st Year Of Perl: LOL

Thanks for posting this... great topic!

I work as a technical lead on a team that uses a lot of Perl. One of the more fun parts of my job is helping people become productive with the technologies we use, especially Perl.

One thing I've stressed to my team is, use perlpod liberally. You don't have to be an expert in perlpod to document your code, but having cleanly documented interfaces on everything you write is of immeasurable value.

  • Comment on Re: What Worked In My 1st Year Of Perl: LOL