Help for this page

Select Code to Download


  1. or download this
        # my ($dbh, $schema, $table, $cols_type) = @_;
        my $dbh = $_[0];
        my $schema = "$_[1]";
        my $table = "$_[2]";
        my $cols_type = "$_[3]";