Hi, I have a perl cgi script that outputs HTML and I have the statement use DBI at the top because I am doing some database stuff. I notice that when I comment out use DBI (I previously commented out other database commands) my webpage appears to load completely, but when I uncomment use DBI the page never completely loads according to the status bar at the bottom of the web browser. Even though all of the HTML has been outputted correctly the status bar makes it appear that the page hasn't loaded. Has anyone seen this before? Any help on how to correct it would be greatly appreciated! Thanks
Dave
