in reply to Info wanted for simple database project

Take a look at the DBI module on CPAN.

This is capable of interfacing with most, if not all, database systems, and will allow you to perform SQL queries, and retrieve results from the database server.

-- Foxcub
A friend is someone who can see straight through you, yet still enjoy the view. (Anon)

  • Comment on Re: Info wanted for simple database project