Hello all, I'm new here and looking for help of course.

I just made my first perl module (WWW::PostiniAdmin) and it seems to work great. That's the problem, although I can generally find errors and fix them. I can't find any glaringly obvious errors with this and I know they are there. I am not yet experienced enough to write perfect code.

I am hoping to get some feedback on my code, documentation, comments and whatever else you see. I didn't want to post a 750 line perl module (most of it pod and comments, honest!), so I am just including links to it.

I would appreciate any help you are willing to give. I won't even be offended if you tell me that I should scrap the whole thing and pay someone to do it for me. However, I would prefer things that will help me learn to be a better perl programmer.

The module is here:
http://www.rraz.net/PostiniAdmin/PostiniAdmin.pm.txt

The HTML from the pod (with links added to the files) is here:
http://www.rraz.net/PostiniAdmin

and you can get the module and some examples in these archives.
http://www.rraz.net/PostiniAdmin/PostiniAdmin-0.05.zip
http://www.rraz.net/PostiniAdmin/PostiniAdmin-0.05.tar.gz

-- andrew

2003-05-02 edit ybiC: retitle from "My first module. I can't find any problems with it!"


In reply to Code review request for my first module - WWW::PostiniAdmin by afresh1

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.