I'm using Eclipse with Strawberry Perl and Eclipse EPIC plugin.
I'm new to perl and am trying to connect to a mysql db I have setup. When I try to use the use MySql;
I get an error that:
Can't locate MySql.pm in @INC (you may need to install the MySql module) (@INC contains: C:/strawberry/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib .)
I'm trying to do a simple tutorial for a query from: http://www.tizag.com/perlT/perlmysqlquery.php
Doing some googling, it looks like strawberry perl is suppose to have the DBD::mysql already installed.
I'm currently at a loss, perhaps I need to update my path, or eclipse environment or perhaps there is a different use I need to use?
Some details of my setup:
- Windows 8 OS
- Strawberry perl v5.18.2
- Eclipse Kepler Service Release 2