PERL: Read from Database and copy

I have a microsoft access database with anout 220 lines. theres a question and 4 option awnsers and only ones correct which is also listed in th database.

Is there any perl script that will copy and the lines from the database and put into a .asp website ?

You could look at the perl DBI module which is database independant. Haven't used it though. Details about it are at CPAN, found here:

thanks for that !