http://www.perlmonks.org?node_id=452221


in reply to Convert MDB File To Txt File

You can use DBI module and also using DBD::ADO or DBD::ODBC you just pass the query and read the text and you write it to the text file is better.

To know detail about connect database go to the link How to link Ms-access data's in perl