As I'm transitioning all of my PHP to use MySQLi instead of MySQL (mainly so that I can update to PHP 7.x), I realize that I can't find anything for Perl to use MySQLi.
I'm currently using the DBI module to access MySQL:
[
metacpan.org...]
Is there an option to change it to MySQLi? Either way, is there any real advantage in doing so? I have to assume that there is since PHP 7.x is forcing my to rewrite everything to switch... surely it's not arbitrary?