I'm sorry about all the DBI-related questions. I'm working on a major addon for a popular news script and I've got yet another question for you Perl sages.
I want the script to automatically create a database if it doesn't already exist. I don't know how to do this.
By the way, the name of the DB i want to create will be contained in the variable, $database_name.
Example code please!!