in reply to Re: Re: Re: Seemingly Internal DBD-XBase Error
in thread Seemingly Internal DBD-XBase Error

In order to reduce confusion, you might refer to the DBD::XBase file as DBD/XBase.pm, rather than XBase.pm. :)

You can check if you have the XBase module (as opposed to the DBD::XBase module) like this: perl -MXBase -ce 1 It looks like the XBase bundle includes DBD::XBase, XBase, XBase::SQL, and a few other modules...

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Seemingly Internal DBD-XBase Error
by mvaline (Friar) on Dec 22, 2000 at 03:15 UTC
    Thanks. According to the test you proscribed above (I should have been able to figure that one out, sorry) I do have XBase.pm (as oppossed to DBD/XBase.pm).