Dear Monks,

I'm answering myself, but I think now would be the time to add an example of what a 'Related Topics' section could be used for, IMHO.

Last week, I investigated a client suggestion for better packing of a data base by sorting the input file first. Sounds great, but after sorting a 10 million file on Linux, I didn't get the expected results. After further investigation, I found that Perl and the Linux "sort" command were not compatible with the default behavior. I immediately suspected Perl, but after a lot of searching and testing, I pleasantly found that I was wrong - Perl was correct.

The default behavior of the Linux "sort" command doesn't sort in ASCII order. My first impulse was to make the monks on PM aware, but then I thought about when I did this in the past, and got comments about "off-topic" and ignored the impulse.

I don't consider this section for newbies, since they don't care anyway. It's only after being around here for a while, that you care about not angering the good responders( monks ). Maybe this section should only be available by turning it on in your account. Those decisions are for others, but I think it's time for PM to consider this section.

Thanks for listening.

Regards...Ed

"Well done is better than well said." - Benjamin Franklin


In reply to Re: [OT] How about a 'Related Topics' (Off Topic) Section? by flexvault
in thread [OT] How about an Off Topic Section? by flexvault

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.