Greetings, wise ones.

I find myself in a unique position; my current client has asked me to develop guidelines for all future project management involving Perl (since I am, frighteningly enough, the local Perl expert). This is not a development shop, but tools for administration and automation are regularly developed. The organization is standardizing on Perl.

Now, of course I know the obvious:

I read Random thoughts on programming (thanks, tilly), but what I would like to know is what tips the Monks wiser than I may have about project management and 'best practices' for small to medium Perl projects. Are there neat Perl tricks anyone uses to help with such things? What should I require (beyond use strict; use warnings;) for code spec?

My management style tends toward making as little restriction as possible, so I'm not about to provide a laundry list of requirements. But, I would most sincerly appreciate a bit of enlightenment, if only in the form of what you have experienced and the positive and negative aspects of them.

Perl was chosen as the standard based on the combined recommendation of the former team lead and me (even though I was contracted only to admin a cluster); now that he left for greener pastures, it is left in my lap to write all the standards and best-practice documents.

I thank you all in advance for your wisdom.

radiantmatrix
require General::Disclaimer;
s//2fde04abe76c036c9074586c1/; while(m/(.)/g){print substr(' ,JPacehklnorstu',hex($1),1)}


In reply to Tips for managing Perl projects? by radiantmatrix

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.