in reply to Accessing DB

As previously stated, all modules should return a true value - from the perlmod man page:
1; # don't forget to return a true value from the file
Definitely read up on the modules you are using e.g. perldoc CGI::Application - if the module you downloaded has this basic error, I would be nervous about using it for anything....