Help for this page
sub make_sql($) { return "SELECT COUNT(*) FROM $_[0]"; } if ($dbh->selectrow_array(make_sql($tablename))) { # do stuff }