well, this all got started, because i'm working on a project, where i may not have access to install modules on the server - this, and the fact of me being new to perl, well - for this first project, i figured, i should do all the code myself. (Not because i like to work more, mind you, but because it's also about learning perl terms, structure, syntax, etc.)

so, when i began cross-referencing these smallest tidbits of code, (and I know, my code up above is messed up, but i hope, you get the idea about what i was referring to) and well, the thought was... if i should really be using X module, if it's only going to be used once - or some small amount of time - during a script.

Was a meditation, if you will - and why i placed it here, rather that in the SOPW section.

but you all have given me a lot to chew over; Things which i had not considered. So, thanks to everyone again for the insight into the world of modules - and your time in sharing your ideas.

happy coding *wink*

:-)


In reply to Re: When to use modules? by wolfi
in thread When to use modules? by wolfi

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.