in reply to Re: Can't locate DBIx::Dump
in thread Can't locate DBIx::Dump

"Installing Data::Dump doesn't help if you actually load DBIx::Dump."

Thanks for the reply. I'm not sure what you're saying here though - that i've loaded the wrong module? The module I wish to use seems to be the 1 I installed.

Looking at perlrun and perldoc lib, i've tried variations on "use lib LIST;" and "use lib 'C:\Perl\lib\Data';", but I still get the same issue.

Replies are listed 'Best First'.
Re^3: Can't locate DBIx::Dump
by Corion (Patriarch) on Sep 03, 2010 at 18:00 UTC

      Also, unless you did a custom compilation of Perl without the Data::Dump module, you shouldn't have to install it since it is a core module.

      "The error message is about DBIx::Dump. You installed Data::Dump. You installed the wrong module."

      You're right of course :( .. apologies for the aggravation. I installed the correct module - and it works! Thanks for the help.

        Congratulations. You came for help, got it, and accepted the error with good grace.

        You should log in next time so we can give you proper credit for your astoundingly good social behavior. Seems pointless to ++ the Anonymous Monk.

        :: grin ::

Re^3: Can't locate DBIx::Dump
by psini (Deacon) on Sep 03, 2010 at 18:07 UTC

    Well, in a word, yes. If you need to use DBIx::Dump you should install DBIx::Dump, not another module.

    Rule One: "Do not act incautiously when confronting a little bald wrinkly smiling man."

Re^3: Can't locate DBIx::Dump
by Anonymous Monk on Sep 03, 2010 at 18:03 UTC

    Additionally pushing the path to @INC doesn't solve the issue:

    Can't locate DBIx/Dump.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib . C:/Perl/lib/Data) at datadump.pl line 12.