Help for this page

Select Code to Download


  1. or download this
    use WIDX;
    my $mod = new WIDX; # ok...it works...
    $mod->create("table", "string", "column"); # not work
    $mod->open("table") # not work (table not create)
    
  2. or download this
    package WIDX;
    
    ...
        }
        return 1;
    }