I want to touch on a couple points of footpad's.

While some off-topic (e.g. non-Perl) discussion is tolerated, it's best to limit that as much as possible. Remember, we're here to further our understanding of Perl. If you're in doubt, float the idea via CB (as I presume you did on this one) and see what the response is.

Almost two points to remember on this:

  1. OT posts should be labeled as such. I'd like to believe that my (OT) Apache Server issue post demonstrates the finer points of an OT post. It has some relation to what I am doing in Perl, although it is not related to actual Perl code.
  2. Responses to OT posts should be limited to helping out with the problem. If you have a problem with an OT post, -- it and be done with it. If you absolutely have to make a point to the author, /msg him/her. Of course, this is just a peeve of mine in relation to the above node.

For example, if you're getting error messages, tell us what they are. Don't just give us a dump, though. Filter through them, find the most relevant ones, and then provide the summary.

footpad forgot the golden rule, even though it's written everywhere: use strict and -w. Update: In case you're throwing out some CGI code, -T is an option that I shouldn't have had to be reminded about. :) Thanks, footpad for keeping me on my toes. End Update

And there are a few things I'd like to add:

That's just some of my extra thoughts to throw out. ++ to footpad for sharing the secret to his success. :)

ALL HAIL BRAK!!!


In reply to Re: Re: Newbie Monk Seeking Enlightenment by PsychoSpunk
in thread Newbie Monk Seeking Enlightenment by azatoth

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.