Help for this page

Select Code to Download


  1. or download this
        my @_mb = $dbh->tables;
        my $_tablesAffected = 0;
        foreach $_k (@_mb) {
            # Ran code in here...
        }
    
  2. or download this
    
        my $_sql = "select * from $_k LIMIT 0";
    ...
            }
        next;
        }