Help for this page

Select Code to Download


  1. or download this
    use XBase;
    
    ...
    
            $new_table->close;
    
  2. or download this
     my $new_table = XBase->create("name" => "$filename.$ext",
                                          "field_names" => @column_names,
    ...
            }
    
            $dbf->close;