Hi all, I've searched the net for this issue but so far I've had no luck, so I hope possibly someone here might have experienced the same...

Recently I've run into a weird 'bug' that I can't place. Our perl/cgi script saves data to a file, which is later parsed by a different script to output the content. If I want to edit the data, again the file is parsed and shown in a page with the data in appropriate formfields (title, text etc.).

Now, with IE 4.x and IE 6.x all works fine, but once I edit in IE 5.0, for some reason the content is saved twice in one file. So if I had a field 'title', it now shows 'titletitle' etcetera. I've installed the same script on a different server, and so far there was no problem even with IE5. So I checked the perl versions and on the server where it messes up, Perl 5.005_03 is installed. (on the other, Perl v. 5.6.1)... and I'm assuming this is the cause.

Anyhow, my question - does anyone have more information on this, if indeed the perl v. could be the cause and/or if anyone encountered a similar problem before....?

Let me know - thanks in advance,

l4bs (x@l4bs.com)

In reply to Perl vs. IE5 by l4bs

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.