I get this error:

#08S01Bad handshake at sql.pl line 2

With this code:

use Net::MySQL;
$mysql=Net::MySQL->new(
hostname => 'localhost',
database => 's7kinfo',
user => 'root',
password => ''
);


The installation of Net::MySQL appeared to work, so I don't know what the problem is. Anyone know? I'm using xampp for Linux if that makes a difference.