in reply to How to connect Perl with Mysql?

ikegami is right (which almost goes without saying) and DBI is probably the best place to start to get some of the concerns and basic stuff down. If you're doing something bigger or want to jump in the deep end, look at Rose::DB or DBIx::Class next. They make very complex DB interactions amazingly simple. Both come with a learning curve but both have good community support and docs.