Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        $dbh->do("create table $schema.$table ($cols_type);");  # Hear it 
    +happens; line 142
        return;
    }