in reply to Perl XAMPP DB Connect issue (Windows/Strawberry?)

Hi.

Have you tried a 'use libs' for the DB.pm? Just a thought.

J.C.
  • Comment on Re: Perl XAMPP DB Connect issue (Windows/Strawberry?)

Replies are listed 'Best First'.
Re^2: Perl XAMPP DB Connect issue (Windows/Strawberry?)
by Polyglot (Chaplain) on Jan 01, 2023 at 00:53 UTC
    Well, I believe Rolf nailed it in identifying that "DB.pm" package as a debugger. It seems to have nothing to do with databases. In looking through its code I saw much about identifying files and nothing about tables. Most of it was so abstract as to be above my level, and the explicit parts related to debugging or error messaging had not surprised me because, well, don't all good modules have that sort of thing?

    In any case, "DB.pm" is definitely not an equivalent for DBI/DBD.

    Blessings,

    ~Polyglot~

Re^2: Perl XAMPP DB Connect issue (Windows/Strawberry?)
by Anonymous Monk on Dec 31, 2022 at 20:44 UTC
    Or 'unshift'ing to the @INC