in reply to Can't locate DBD/mysql.pm in @INC

You say MySQL was installed, but was the DBI driver, DBD::mysql? That's not part of MySQL, and it appears it's missing.

Replies are listed 'Best First'.
Re^2: Can't locate DBD/mysql.pm in @INC
by donfox1 (Novice) on Mar 22, 2015 at 00:06 UTC

    I just did an install of DBD::mysql from CPAN. Getting the same results as before. Does Installing Perl from homebrew place files in wrong locations for CPAN modules?