in reply to How to connect Perl with Mysql?
I'd suggest starting with DBI, too.
See this Tutorial PERL - MySQL Module for a quick start.
For more in depth documentation see Perl DBI - Documentation - dbi.perl.org.
Hope this helps.