Help for this page

Select Code to Download


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