It's an issue with benefit cost ratio, in my opinion. What's the benefit? Well, I don't really know... but I know the cost of encoding a ~ is rather small, so it's one of those things that I'm willing to do without thinking about it.

Now, I admit, I've done things that aren't backwards compatable with HTTP/0.9 (because there was no concept of HTTP headers in 0.9, you're not supposed to return any headers unless the request string specifies that it's HTTP/1.0 or later) ... but as Apache chokes on that, I'd have to do all of the heavy lifting, so I don't think it's worth it.

I think I supported browsers without table support until about 1999 or so. (but that was mostly because we'd connect to a page to get modem debugging info over lynx, when we were trying to set up problem connections at the ISP I worked for at the time) In that case, the cost was insignificant (I had already been dealing with HTML backwards compatability for 4 years at that point, so it came without thinking), and the benefits were measurable (shaved minutes off our time in debugging connections).


In reply to Re^5: http interpolation by jhourcle
in thread http interpolation by perlboer

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.