Help for this page

Select Code to Download


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