MySQL-Util

 view release on metacpan or  search on metacpan

eg/myutil_drop_test_db.pl  view on Meta::CPAN

#!/usr/bin/perl

use Modern::Perl;

use lib qw(. .. ../t);

require 'testlib.pl';

########################

my ($host, $dbname) = drop_db();
print "dropped $dbname on $host\n";

##################################



( run in 0.813 second using v1.01-cache-2.11-cpan-39bf76dae61 )