in reply to Re^4: Fetch Data from MySQL
in thread Fetch Data from MySQL

By looking at these problems, I am not sure whether Perl with MySQL is a right way to go.

Do not misinterpret the above discussion as there being "problems" with Perl and MySQL. Nobody said there were problems with Perl and MySQL. The two work perfectly well together. The argument you see above is about using ORM's (e.g. DBIx::Class, Rose::DB::Object) which is an entirely separate issue which sparks arguments/debates/discussions like the one above. Start with Perl, DBI, and SQL, then maybe start looking at ORM's if you feel like it, try'em out, and use them if you feel that they're right for you.

Replies are listed 'Best First'.
Re^6: Fetch Data from MySQL
by anu2011 (Initiate) on Sep 22, 2011 at 19:53 UTC
    No. I am not going to come to conclusions immediately without testing on my own. I already installed Fedora and MySQL so far during my free time. I am going to install Perl and test it. Thanks for your help. I will post my results in few days.