I am creating a web application (using CGI perl) where in I have lot of links on a page which, each link will run the same cgi script to retrive different data from the database.It takes lot of time each time to connect to the database and retrive, so I want a way where in I can connect to the database only once and that connection exists throughout so that retrival will be faster.How can I do it? Please Help!