in reply to Re^9: Using Perlbrew with debian Perl packages like libdbd-mysql
in thread [SOLVED] Using Perlbrew with debian Perl packages like libdbd-mysql

The workaround has worked for me. I'm not getting any more script errors about not being able to connect to the database.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^10: Using Perlbrew with debian Perl packages like libdbd-mysql

Replies are listed 'Best First'.
Re^11: Using Perlbrew with debian Perl packages like libdbd-mysql
by marto (Cardinal) on Dec 13, 2017 at 23:30 UTC

    Again, it's not a workaround, you met the prerequisites of the tool you wish to use, as specified by the documentation.