$mod->create("table", "string", "column"); # not work my $table = shift(); # picks up "table" $dbh->do("CREATE TABLE $table ... #### { PrintError => 0, RaiseError => 0, AutoCommit => 1 } #### use Data::Dumper; my $mod = new WIDX; # ok...it works... maybe... print Data::Dumper->Dump([ $mod ], qw([ *mod ]) );