You want to know something? When I took over PDF::Template, I knew nothing about PDFs, either. I actually wasn't intending on taking it over. I was tasked with adding a feature to my then-employer's PDF generating library. That feature would have required a complete rewrite of that library. Or, I could do a rewrite of PDF::Template and get its benefits (reports take half the time to write and look better). Turns out that the original author didn't want to maintain it anymore, so I took it over completely by accident. Frankly, some people would say that I still don't know anything about PDFs. :-)

As for spelling ... if the only impression someone will get of you and your skills is how well you write, I think it would behoove you to write well, whatever that means.


My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

In reply to Re^2: Maintainer looking for a module by dragonchild
in thread Maintainer looking for a module by pileofrogs

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.