http://qs1969.pair.com?node_id=327609


in reply to which database is best for perl ?

Without performing a survey I would think the top three databases used with perl are oracle, mysql and postgres (in no particualr order).

You can access them all using the same interface DBI. As all others have said, ask not what you can do for your database, but what your database can do for you.

PS, i use postgres..