Hi all,
I'm sure this is a simple problem, but hopefully someone will be able to help.
I'm trying to connect to mysql through perl, however when I use the command
use Mysql;
it is giving me an error.
I am assuming it is probably something to do with the directories that things are being ran from.
The specific error is as follows:
can't loocate Mysql.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib)
I am using this in both windows and ubuntu both getting similar errors in both.
If anyone has any ideas please let me know!
Thanks in advance,
N