Update!

The issue *really* was that my copy of Tie::File v0.95 was corrupted...

many thanks to everyone who peeked in!

I think i've got this licked, but there's some lingering questions. Here's the facts as i've found them:

  1. Tie::File v0.95 appears to have an issue at line 699
    • This is what STDERR complains about
    • The same error appears for my complex script as the simple test script
  2. v0.93 appears not to have this problem
    • line 699 is a comment, so obviously there was a change ;-)
  3. Accusing such a storied mod as Tie::File of having a bug is more than i'm ready for.
      Still, shouldn't someone tell the author?

For what it's worth, the 0.95 version was installed at: /usr/lib/perl5/5.6.1/Tie/File.pm and the 0.93 at: /usr/lib/perl5/site_perl/5.6.1/Tie/File.pm

When i renamed the 0.95 version, Perl 'found' the 0.93 and started using is (i expected an error).


In reply to Re: Tie::File strangeness with unshift (resolution) by u914
in thread Tie::File strangeness with unshift by u914

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.