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