I'm not sure about the portability of that...sub DBList { my ($db_ref) = $db->selectcol_arrayref("SHOW DATABASES"); return @$db_ref if ($db_ref); return; }
In reply to Re: Checking installed MySQL databases with DBI
by tadman
in thread Checking installed MySQL databases with DBI
by fpi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |