Help for this page

Select Code to Download


  1. or download this
    my @empty = grep {
       $dbh->selectcol_arrayref("select count(*) from $_")->[0] == 0
    } $dbh->tables;