use WIDX; my $mod = new WIDX; # ok...it works... $mod->create("table", "string", "column"); # not work $mod->open("table") # not work (table not create)