I don’t discount that you may have found a bug. I saw too many cases in my junior dev days where I assumed there could not possibly be one turn out to be egg on my face.

In this case, the burden is on you to submit an actionable report. There is not a single other monk standing up to say, Yes this happened to me when I’m sure it wasn’t my fault. This is a volunteer code base supporting an open source language. If a single user has an inscrutable problem, the burden is yours to move it forward. There is nothing worse than sinking half a day into a bug report that was actually just PEBCAK.

This is the … fourth? Or just third time I recommend capturing a record of the problem so that it can be sorted to see on which side of the pipe the problem lies. And I am volunteering some pmdev’s time that might not be forthcoming but without the first step to file a reasonable bug report on your part, no time should be; so I say. Maybe I was too vague or incorrectly assuming you knew how to go about this. So here it is in detail–


In reply to Re^2: How about a "reclaim your post" feature? by Your Mother
in thread How about a "reclaim your post" feature? 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.