It might help to see the code you are using to instantiate your DBI object. I know you said your code is flawless, but you have no idea what percentage of the time somebody says that and they are wrong. It might help to assure us with a snippet that you are creating your DBI object correctly before we spend time debugging a Perl module that is arguably working fine for others.

Unfortunately I don't have a copy of DBD::XBase or else I'd try further. Could we perhaps see this line it's referring to (perhaps with a bit of context)? Is there any way you can trace the flow of execution from your script into this module to determine what it's trying to do with this undefined object and why it might be undefined?


In reply to Re: Seemingly Internal DBD-XBase Error by Fastolfe
in thread Seemingly Internal DBD-XBase Error by mvaline

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.