While TMTOWTDI is certainly a feature of Perl, it's unclear exactly what you're attempting to achieve.

Based on what you have written, I tend to agree with AM's comment, perhaps with a small qualification: "... you're probably not using modules correctly ...".

The following points are somewhat simplistic. I'd be happy to expand upon them when you've clarified your intent.

If you provide a short piece of code to demonstrate your use case, we'd have a better idea of what you're trying to do. This may lead to a better answer.

I'd also strongly recommend that you Create A New User — this is a very simple process and, unlike other forums, does not require you to provide a lot of personal information. This allows us to differentiate your posts from thousands of other anonymous posts. It also has many benefits for you (non-exhaustive list): search for your own posts; edit your posts; customise your PerlMonks experience; access many features only available to logged in users.

— Ken


In reply to Re: Finishing module early by kcott
in thread Finishing module early by Anonymous Monk

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.