The trace output reminded me that I wasn't using -w because I was simply executing the script using the Windows file extension alias. When I turned that on, I saw the following errors.

Subroutine driver redefined at C:/Perl/lib/DBD/XBase.pm line 32.
Subroutine data_sources redefined at C:/Perl/lib/DBD/XBase.pm line 51.
Subroutine connect redefined at C:/Perl/lib/DBD/XBase.pm line 64.
Subroutine disconnect_all redefined at C:/Perl/lib/DBD/XBase.pm line 78.
Subroutine prepare redefined at C:/Perl/lib/DBD/XBase.pm line 91.
Subroutine STORE redefined at C:/Perl/lib/DBD/XBase.pm line 119.
Subroutine FETCH redefined at C:/Perl/lib/DBD/XBase.pm line 128.
Subroutine tables redefined at C:/Perl/lib/DBD/XBase.pm line 138.
Subroutine quote redefined at C:/Perl/lib/DBD/XBase.pm line 153.
Subroutine commit redefined at C:/Perl/lib/DBD/XBase.pm line 164.
Subroutine rollback redefined at C:/Perl/lib/DBD/XBase.pm line 170.
Subroutine disconnect redefined at C:/Perl/lib/DBD/XBase.pm line 178.
Subroutine table_info redefined at C:/Perl/lib/DBD/XBase.pm line 191.
Subroutine type_info_all redefined at C:/Perl/lib/DBD/XBase.pm line 225.
Subroutine type_info redefined at C:/Perl/lib/DBD/XBase.pm line 234.
Subroutine DESTROY redefined at C:/Perl/lib/DBD/XBase.pm line 245.
Subroutine bind_param redefined at C:/Perl/lib/DBD/XBase.pm line 261.
Subroutine rows redefined at C:/Perl/lib/DBD/XBase.pm line 269.
Subroutine _set_rows redefined at C:/Perl/lib/DBD/XBase.pm line 273.
Subroutine execute redefined at C:/Perl/lib/DBD/XBase.pm line 283.
Subroutine fetch redefined at C:/Perl/lib/DBD/XBase.pm line 544.
Subroutine FETCH redefined at C:/Perl/lib/DBD/XBase.pm line 591.
Subroutine STORE redefined at C:/Perl/lib/DBD/XBase.pm line 628.
Subroutine finish redefined at C:/Perl/lib/DBD/XBase.pm line 638.
Subroutine DESTROY redefined at C:/Perl/lib/DBD/XBase.pm line 640.
Subroutine fetchrow_arrayref redefined at C:/Perl/lib/DBD/XBase.pm line 588.

Could I somehow have two copies of XBase installed?


In reply to Re: Seemingly Internal DBD-XBase Error by mvaline
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.