http://qs321.pair.com?node_id=695657

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:


Hi Monks
Can anyone suggest me a suitable code for the connection of Perl program to the Mysql and releated Perl modules require for it.
Regd's
Sanjay

Replies are listed 'Best First'.
Re: How to connect Perl with Mysql?
by ikegami (Patriarch) on Jul 05, 2008 at 06:07 UTC

      Hi
      Thanks a lot for your suggestion. Now i am able to connect the perl with Mysql.
      Regd's
      Sanjay
Re: How to connect Perl with Mysql?
by Your Mother (Archbishop) on Jul 05, 2008 at 06:19 UTC

    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.

Re: How to connect Perl with Mysql?
by tomfahle (Priest) on Jul 05, 2008 at 08:58 UTC